Skip to content

Commit

Permalink
Full build of CPAN release 0.032
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Jul 12, 2015
2 parents 32e963a + 17ca830 commit 7f17ec9
Show file tree
Hide file tree
Showing 24 changed files with 2,944 additions and 731 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.032 2015-07-11 22:47:44 PDT-0700
* Better documentation for most of the validate_*() functions.
* Add a -compose option to validate_role(), to handle a common pattern
Expand Down
46 changes: 46 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 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/basic.t
t/validate_role/compose.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

0 comments on commit 7f17ec9

Please sign in to comment.