Skip to content

Commit

Permalink
perl5 got me, the sigil doesnt change anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 17, 2012
1 parent 54c0675 commit d3718c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/File/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ my %module = (
'cygwin' => 'Cygwin'
);

my $module = "File::Spec::" ~ ($module{$*OS} // 'Unix');
my $module = "File::Spec::" ~ (%module{$*OS} // 'Unix');

require $module;

Expand Down

0 comments on commit d3718c9

Please sign in to comment.