diff --git a/.travis.yml b/.travis.yml index 9853087..87f2af6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- +sudo: false before_install: - export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 - - rm .travis.yml - git config --global user.name "Dist Zilla Plugin TravisCI" - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org" install: @@ -10,8 +10,8 @@ install: - dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --skip-installed language: perl perl: - - 5.14 - - 5.16 - - 5.18 + - '5.14' + - '5.16' + - '5.18' script: - dzil smoke --release --author diff --git a/dist.ini b/dist.ini index d695b4c..7d54b3f 100644 --- a/dist.ini +++ b/dist.ini @@ -4,6 +4,8 @@ license = Perl_5 copyright_holder = DuckDuckGo, Inc. L copyright_year = 2013 +main_module = lib/App/DuckPAN.pm + [PromptIfStale] index_base_url = http://duckpan.org module = Dist::Zilla::Plugin::UploadToDuckPAN @@ -11,7 +13,7 @@ module = Dist::Zilla::Plugin::UploadToDuckPAN [UploadToDuckPAN] [@Basic] - + [Git::NextVersion] version_regexp = ^([0-9]+\.[0-9]+)$ @@ -26,7 +28,7 @@ install_command = cpanm . [Authority] authority = cpan:DDG do_metadata = 1 - + [PodWeaver] [@Git] @@ -100,8 +102,3 @@ tag_regexp = ^v(.+)$ file_name = Changes wrap_column = 74 debug = 0 - -[TravisCI] -perl_version = 5.14 -perl_version = 5.16 -perl_version = 5.18