On Thu, Aug 9, 2012 at 8:26 AM, Robert James Clay <[email protected]> wrote: > On Wed, 2012-03-07 at 09:58 -0500, Chris Travers wrote: >> On Wed, Mar 7, 2012 at 5:50 AM, Robert James Clay <[email protected]> wrote: >> > Chris, >> > >> > It looks there is an issue with the version number setting in the >> > Makefile.PL file again; this time being listed as '1.3.11' instead of >> > '1.3.12' to go with the v1.3.12 release. > > That issue appears to be back again; happened to be checking the > tagged version of 1.3.22 in the repository and noticed that the > "version" entry in Makefile.PL is set to "1.3.20". Perhaps some way of > setting that to something like from the $VERSION setting in LedgerSMB.pm > could be looked at again?
Can't do it that way. We could probably add a LedgerSMB::Version and use that. The problem with including LedgerSMB.pm is we end up requiring all the dependencies to be loaded in order to figure out which dependencies we need to install, which isn't really very helpful. Best Wishes, Chris Travers > > > > Jame > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
