> -----Original Message----- > From: H. Wade Minter [mailto:[EMAIL PROTECTED] > Sent: 20 March 2003 21:07 > To: [EMAIL PROTECTED] > Subject: Version flag - good idea? > > > Would it be helpful to have a flag to the command line > utilities (pp, par.pl) > to show which release version they're at? Like: > > $ pp -v > PAR version 0.67
c:\>perl -MPAR -e "print $PAR::VERSION" 0.65 (Swap " for ' if you're on *nix) Should work for most standard modules. Hope this helps Simon.
