
Module::New::Path

This is to handle files/directories in a distribution.

creates an object.
takes a path and sets a root/base directory of a distribution.
looks for a Makefile.PL/Build.PL to make/build and makes there a root/base directory for the distribution.
takes a (relative) path and returns a Path::Extended::File/Dir object respectively.
takes a path and creates/removes a (relative) directory. If the second argument is passed and true, the directory is regarded as an absolute one.
creates a file (and makes a parent directory if necessary).
removes a file.
takes a (relative) path and changes the current directory to there.

Kenichi Ishigaki, <ishigaki@cpan.org>

Copyright (C) 2009 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.