Skip to content

Commit

Permalink
Restored Storable module in OSX package
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Jun 14, 2017
1 parent 46504db commit 65e1fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/osx/make_dmg.sh
Expand Up @@ -102,7 +102,7 @@ cp -f $PERL_BIN $macosfolder/perl-local
${PP_BIN} -M attributes -M base -M bytes -M B -M POSIX \
-M FindBin -M Unicode::Normalize -M Tie::Handle \
-M Time::Local -M Math::Trig -M IO::Socket -M Errno \
-M lib -M overload \
-M Storable -M lib -M overload \
-M warnings -M local::lib \
-M strict -M utf8 -M parent \
-B -p -e "print 123" -o $WD/_tmp/test.par
Expand Down

0 comments on commit 65e1fe2

Please sign in to comment.