Skip to content

Commit

Permalink
support releasing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Sep 9, 2010
1 parent 2fcf6f0 commit ebd191a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.PL
Expand Up @@ -29,6 +29,12 @@ WriteMakefile1(
keywords => ['testing','warnings'],
},
PL_FILES => {},
$^O =~/win/i ? (
dist => {
TAR => 'ptar',
TARFLAGS => '-c -C -f',
},
) : (),
);

sub WriteMakefile1 {
Expand Down

0 comments on commit ebd191a

Please sign in to comment.