Skip to content

Commit

Permalink
Travis CI, Dist::Zilla, and minimum version OCD updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphonshafer committed Feb 12, 2017
1 parent 341a865 commit 0b87df8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 29 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/blib/
/.build/
*.bs
_build/
.prove
cover_db/
inc/
/.build/
Build
!Build/
Build.bat
cover_db/
inc/
.last_cover_stats
/Makefile
/Makefile.old
/MANIFEST.bak
/META.yml
/META.json
/META.yml
/MYMETA.*
nytprof.out
/pm_to_blib
*.o
*.bs
/pm_to_blib
.prove
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
language: perl
perl:
- 5.23
- 5.20
- 5.18
- 5.24
- 5.22
- 5.16
env: PERL_CPANM_OPT="--quiet --notest --force --skip-satisfied"
before_install:
Expand All @@ -27,4 +26,4 @@ notifications:
on_failure: always
on_success: change
recipients:
- gryphon@gryphonshafer.com
- gryphon@cpan.org
24 changes: 7 additions & 17 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name = App-Dest
author = Gryphon Shafer <gryphon@cpan.org>
license = Perl_5
name = App-Dest
author = Gryphon Shafer <gryphon@cpan.org>
license = Perl_5
copyright_holder = Gryphon Shafer
copyright_year = 2015
copyright_year = 2017

[Git::NextVersion]

[@Basic]

;[@Filter]
;-bundle = @Basic
;-remove = ConfirmRelease
;-remove = UploadToCPAN
[PruneFiles]
match = ^cover_db

[MinimumPerl]

Expand All @@ -24,7 +21,7 @@ copyright_year = 2015
[PodWeaver]

[ReadmeAnyFromPod]
type = markdown
type = markdown
location = root
filename = README.md

Expand All @@ -51,10 +48,3 @@ issues = 1

[@Git]
untracked_files = ignore

;[@Filter]
;-bundle = @Git
;-remove = Git::Push
;untracked_files = ignore

;[FakeRelease]
2 changes: 1 addition & 1 deletion lib/App/Dest.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package App::Dest;
# ABSTRACT: Deployment State Manager

use 5.016;
use strict;
use warnings;
use 5.016;

use Cwd 'getcwd';
use File::Basename qw( dirname basename );
Expand Down

0 comments on commit 0b87df8

Please sign in to comment.