in reply to Re: $VERSION in module files
in thread $VERSION in module files
I thought I was cargo culting but just confirmed that module-starter does it (and use it to start a module):
> module-starter --module=Foo::Bar,Foo::Bat --author="XYZ" --email=abc +@xyz.com > cat Foo-Bar/lib/Foo/Bar.pm ... =head1 NAME Foo::Bar - The great new Foo::Bar! =head1 VERSION Version 0.01 =cut our $VERSION = '0.01';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: $VERSION in module files
by syphilis (Archbishop) on Mar 27, 2020 at 13:13 UTC |