in reply to Adding a package to an already existing distribution

All you need to do is create lib/Foo/Bar.pm and t/Foo_Bar.t. Then rerun perl Makefile.PL or Build.

Everything else will be done for you.

José's Guide for creating Perl modules has more information.

-- gam3
A picture is worth a thousand words, but takes 200K.
  • Comment on Re: Adding a package to an already existing distribution