The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::New::Recipe::Edit - edit a file

USAGE

From the shell/command line:

module_new edit Module::Name

opens lib/Module/Name.pm with an editor.

module_new edit t/test.t

opens t/test.t with an editor.

OPTIONS

in
  module_new edit Test::Module --in t

opens t/lib/Test/Module.pm, not <lib/Test/Module.pm>.

AUTHOR

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007-2009 by Kenichi Ishigaki.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.