Skip to content

Commit

Permalink
Build results of 116ab2f (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 21, 2015
0 parents commit 37aaed1
Show file tree
Hide file tree
Showing 86 changed files with 5,054 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build
Acme-Flat-*
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# git help shortlog
# newname <newaddr> oldname <oldaddr>
<kentnl@cpan.org> <kentfredric@gmail.com>
2 changes: 2 additions & 0 deletions .perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-i 2
-l 130
57 changes: 57 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
before_install:
- perlbrew list
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci
- time git -C ./maint-travis-ci reset --hard master
- time perl ./maint-travis-ci/branch_reset.pl
- time perl ./maint-travis-ci/sterilize_env.pl
before_script:
- time perl ./maint-travis-ci/before_script.pl
branches:
only:
- master
- builds
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
language: perl
matrix:
allow_failures:
- perl: '5.8'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- env: STERILIZE_ENV=0 COVERAGE_TESTING=1
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.21'
- env: STERILIZE_ENV=0
perl: '5.8'
- env: STERILIZE_ENV=0
perl: '5.10'
- env: STERILIZE_ENV=0
perl: '5.12'
- env: STERILIZE_ENV=0
perl: '5.14'
- env: STERILIZE_ENV=0
perl: '5.16'
- env: STERILIZE_ENV=0
perl: '5.20'
- env: STERILIZE_ENV=0
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.8'
- env: STERILIZE_ENV=1
perl: '5.10'
- env: STERILIZE_ENV=1
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
sudo: false
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Release history for Acme-Flat

0.001000 2015-03-21T04:48:25Z 3b79bbd
- First version.

379 changes: 379 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.034.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
dist.ini.meta
lib/Acme/Flat.pm
lib/Acme/Flat/AV.pm
lib/Acme/Flat/BINOP.pm
lib/Acme/Flat/COP.pm
lib/Acme/Flat/CV.pm
lib/Acme/Flat/FM.pm
lib/Acme/Flat/GV.pm
lib/Acme/Flat/HV.pm
lib/Acme/Flat/IO.pm
lib/Acme/Flat/IV.pm
lib/Acme/Flat/LISTOP.pm
lib/Acme/Flat/LOOP.pm
lib/Acme/Flat/METHOP.pm
lib/Acme/Flat/NV.pm
lib/Acme/Flat/OP.pm
lib/Acme/Flat/PADOP.pm
lib/Acme/Flat/PMOP.pm
lib/Acme/Flat/PV.pm
lib/Acme/Flat/PVIV.pm
lib/Acme/Flat/PVLV.pm
lib/Acme/Flat/PVMG.pm
lib/Acme/Flat/PVNV.pm
lib/Acme/Flat/PVOP.pm
lib/Acme/Flat/REGEXP.pm
lib/Acme/Flat/SV.pm
lib/Acme/Flat/SVOP.pm
lib/Acme/Flat/UNOP.pm
maint/perlcritic.rc.gen.pl
misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/built_with.json
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_Acme_Flat_AV_pm.t
t/00-compile/lib_Acme_Flat_BINOP_pm.t
t/00-compile/lib_Acme_Flat_COP_pm.t
t/00-compile/lib_Acme_Flat_CV_pm.t
t/00-compile/lib_Acme_Flat_FM_pm.t
t/00-compile/lib_Acme_Flat_GV_pm.t
t/00-compile/lib_Acme_Flat_HV_pm.t
t/00-compile/lib_Acme_Flat_IO_pm.t
t/00-compile/lib_Acme_Flat_IV_pm.t
t/00-compile/lib_Acme_Flat_LISTOP_pm.t
t/00-compile/lib_Acme_Flat_LOOP_pm.t
t/00-compile/lib_Acme_Flat_METHOP_pm.t
t/00-compile/lib_Acme_Flat_NV_pm.t
t/00-compile/lib_Acme_Flat_OP_pm.t
t/00-compile/lib_Acme_Flat_PADOP_pm.t
t/00-compile/lib_Acme_Flat_PMOP_pm.t
t/00-compile/lib_Acme_Flat_PVIV_pm.t
t/00-compile/lib_Acme_Flat_PVLV_pm.t
t/00-compile/lib_Acme_Flat_PVMG_pm.t
t/00-compile/lib_Acme_Flat_PVNV_pm.t
t/00-compile/lib_Acme_Flat_PVOP_pm.t
t/00-compile/lib_Acme_Flat_PV_pm.t
t/00-compile/lib_Acme_Flat_REGEXP_pm.t
t/00-compile/lib_Acme_Flat_SVOP_pm.t
t/00-compile/lib_Acme_Flat_SV_pm.t
t/00-compile/lib_Acme_Flat_UNOP_pm.t
t/00-compile/lib_Acme_Flat_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
Loading

0 comments on commit 37aaed1

Please sign in to comment.