Skip to content

Commit

Permalink
Full build of CPAN release 0.031
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Jul 1, 2015
2 parents 565dfcb + 4cc9ce2 commit 17ca830
Show file tree
Hide file tree
Showing 24 changed files with 2,784 additions and 594 deletions.
18 changes: 0 additions & 18 deletions .gitignore

This file was deleted.

54 changes: 15 additions & 39 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,23 @@
# Travis config for @RsrchBoy's p5 packages.
#
# Kinda.
#
# GistID: 31e0e356a6233e5ee730
# Chris Weyl <cweyl@alumni.drew.edu> 2015

# use the docker/container based infrastructure
# use the container-based infrastructure
sudo: false

language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.21"
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.21"

matrix:
allow_failures:
- perl: "5.8"
- perl: "5.21"

branches:
except:
- "release/cpan"

#env:
#global:
#- CPANM_OPTS="-q --skip-satisfied --notest --no-man-pages"
allow_failures:
- perl: "5.8"
- perl: "5.21"

before_install:
- git clone --depth=1 --branch=master https://github.com/RsrchBoy/travis-p5-cache.git ../p5
- source ../p5/init
- ../p5/before-install.dzil

install:
- ../p5/install.dzil

script:
- ../p5/script.dzil

after_success:
- ../p5/after_success
# git bits sometimes needed...
- git config user.name 'Travis-CI'
- git config user.email 'travis@nowhere.dne'
2 changes: 0 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Revision history for Test-Moose-More

{{$NEXT}}

0.031 2015-06-30 18:30:27 PDT-0700
* We now export validate_thing()
* Add subroutine parameters to the sugar functions.
Expand Down
45 changes: 45 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037.
.travis.yml
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
SIGNATURE
cpanfile
dist.ini
lib/Test/Moose/More.pm
t/00-check-deps.t
t/00-compile.t
t/000-report-versions-tiny.t
t/attribute/coerce.t
t/check_sugar.t
t/does_not_ok.t
t/does_ok.t
t/has_attribute_ok.t
t/has_method_ok.t
t/is_anon_ok.t
t/is_class_ok.t
t/is_immutable_ok.t
t/is_not_anon_ok.t
t/is_role_ok.t
t/meta_ok.t
t/requires_method_ok.t
t/validate_attribute.t
t/validate_attribute/in_roles.t
t/validate_class.t
t/validate_role.t
t/validate_thing/sugar.t
t/wrapped/in_roles.t
xt/author/eol.t
xt/author/no-tabs.t
xt/author/pod-spell.t
xt/release/consistent-version.t
xt/release/has-version.t
xt/release/minimum-version.t
xt/release/no-smart-comments.t
xt/release/pod-coverage.t
xt/release/pod-linkcheck.t
xt/release/pod-syntax.t
Loading

0 comments on commit 17ca830

Please sign in to comment.