> -----Original Message----- > From: David Golden [mailto:[email protected]] > Sent: Sunday, September 13, 2009 4:29 PM > To: Shawn H Corey > Cc: Jonas Brømsø Nielsen; [email protected]; [email protected] > Subject: Re: how to set $VERSION throughout distribution > > On Sun, Sep 13, 2009 at 8:36 AM, Shawn H Corey <[email protected]> > wrote: > > Jonas Brřmsř Nielsen wrote: > >> > >> dist_name => 'Workflow', > >> dist_version_from => 'lib/Workflow.pm', > >> > > > > I would be tempted to: > > > > dist_version_from => 'lib/Workflow/VERSION.pm', > > dist_version_from is also used as a default for where to find author > informaiton and such. > > Best is probably just > > module_name => "Workflow"
$David++ > That sets dist_name to Workflow and dist_version_from to > "lib/Workflow.pm" > > -- David
