Moved to OurPkgVersion for managing $VERSION strings

This commit is contained in:
Stephen Nelson
2013-08-23 07:53:14 -07:00
parent efa6c2fdaf
commit ac2e35340e
5 changed files with 9 additions and 3 deletions
+2
View File
@@ -45,6 +45,8 @@ use File::Basename;
use Carp;
require Mac::Files if (($^O||'') eq "MacOS");
# VERSION
use strict;
use vars qw(
$opt_o
+2
View File
@@ -38,6 +38,8 @@ S
=cut
# VERSION
my $The_OS;
BEGIN { $The_OS = $^O ? $^O : q// }
eval { require Mac::Files } if ($The_OS eq "MacOS");