Skip to content

Commit

Permalink
don't autopackage a bunch of optional cpan deps we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jul 14, 2009
1 parent 7753d74 commit 2e691b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shipwright-package
Expand Up @@ -4,7 +4,7 @@ export REPO=/Users/jesse/shipwright-sd-${TODAY}.git/

export GIT_PATH="git:file://$REPO"
export MIN_PERL=5.008006
export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Pod::Coverage,Test::Distribution,Pod::Readme,Archive::Tar,HTML::Lint,Prophet,Encode,Date::Calc,Test::Cukes,Quantum::Superpositions,Test::Memory::Cycle,Text::Greeking,Test::Exception,Test::HTTP::Server::Simple,Test::WWW::Mechanize,Config::GitLike"
export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Pod::Coverage,Test::Distribution,Pod::Readme,Archive::Tar,HTML::Lint,Prophet,Encode,Date::Calc,Test::Cukes,Quantum::Superpositions,Test::Memory::Cycle,Text::Greeking,Test::HTTP::Server::Simple,Test::WWW::Mechanize,Config::GitLike,Module::Build,Test::Warn,Test::MockTime,Test::MockModule,Test::MockObject,Test::Warn"
export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level info"
rm -rf $REPO

Expand Down

0 comments on commit 2e691b9

Please sign in to comment.