kenahoo / Path-Class

Cross-platform path specification manipulation
http://search.cpan.org/dist/Path-Class/
15 stars 28 forks source link

add new `tempdir` function to Path::Class #5

Closed cho45 closed 12 years ago

cho45 commented 12 years ago

Add new tempdir function to Path::Class which returns new Path::Class::Dir instance pointed to temporary directory.

This is just utility feature.

kenahoo commented 12 years ago

Thanks, that looks like a good idea. Could you also add docs for the new method?

cho45 commented 12 years ago

I wrote doc. How about this?

kenahoo commented 12 years ago

Thanks, applied.

cho45 commented 12 years ago

Thank you very much.