mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2026-04-22 02:16:56 +00:00
Moved to OurPkgVersion for managing $VERSION strings
This commit is contained in:
@@ -45,6 +45,8 @@ use File::Basename;
|
||||
use Carp;
|
||||
require Mac::Files if (($^O||'') eq "MacOS");
|
||||
|
||||
# VERSION
|
||||
|
||||
use strict;
|
||||
use vars qw(
|
||||
$opt_o
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user