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 13, 2017
1 parent eb180fa commit 06e5fb7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
14 changes: 7 additions & 7 deletions .gitignore
@@ -1,20 +1,20 @@
/blib/
/.build/
*.bs
_build/
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
dest
/pm_to_blib
.prove
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,10 +1,11 @@
---
language: perl
perl:
- 5.23
- 5.20
- 5.18
- 5.24
- 5.22
- 5.16
- 5.10
- 5.8
env: PERL_CPANM_OPT="--quiet --notest --force --skip-satisfied"
before_install:
- git clone git://github.com/haarg/perl-travis-helper
Expand All @@ -27,4 +28,4 @@ notifications:
on_failure: always
on_success: change
recipients:
- gryphon@gryphonshafer.com
- gryphon@cpan.org
24 changes: 7 additions & 17 deletions dist.ini
@@ -1,17 +1,14 @@
name = SQL-Abstract-Complete
author = Gryphon Shafer <gryphon@cpan.org>
license = Perl_5
name = SQL-Abstract-Complete
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]
1 change: 1 addition & 0 deletions lib/SQL/Abstract/Complete.pm
@@ -1,6 +1,7 @@
package SQL::Abstract::Complete;
# ABSTRACT: Generate complete SQL from Perl data structures

use 5.008;
use strict;
use warnings;

Expand Down

0 comments on commit 06e5fb7

Please sign in to comment.