Skip to content

Commit

Permalink
Merge pull request #33 from dotandimet/patch-1
Browse files Browse the repository at this point in the history
Update Makefile.PL
  • Loading branch information
andrei-cacio committed Jan 9, 2015
2 parents 54efca1 + fbf66e3 commit b00ed3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ WriteMakefile(
'Test::More' => 0,
'Time::HiRes' => 0,
'YAML' => 0,
'Moose' => 0,
'XML::Simple' => 0
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'PearlBee-*' },
);
);

0 comments on commit b00ed3d

Please sign in to comment.