Skip to content

Commit

Permalink
Update Perl versions to test; annual general update for 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphonshafer committed Dec 26, 2017
1 parent 1e616c6 commit e1b2bf4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
language: perl
perl:
- 5.27
- 5.26
- 5.24
- 5.22
- 5.20
- 5.18
- 5.16
env: PERL_CPANM_OPT="--quiet --notest --force --skip-satisfied"
before_install:
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for App::Dest

{{$NEXT}}
- Adding Perl versions to test; annual general update for 2018

1.17 2017-09-08 11:23:52-07:00 America/Los_Angeles
- Minor status display fix for actions with file suffixes
Expand Down
6 changes: 2 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;

Expand Down Expand Up @@ -42,10 +42,9 @@ my %WriteMakefileArgs = (
"IPC::Open3" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"blib" => "1.01",
"lib" => 0
},
"VERSION" => "1.17",
"VERSION" => "1.18",
"test" => {
"TESTS" => "t/*.t"
}
Expand All @@ -71,7 +70,6 @@ my %FallbackPrereqs = (
"Test::Most" => 0,
"Text::Diff" => 0,
"Try::Tiny" => 0,
"blib" => "1.01",
"lib" => 0,
"strict" => 0,
"warnings" => 0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App::Dest - Deployment State Manager

# VERSION

version 1.17
version 1.18

[![Build Status](https://travis-ci.org/gryphonshafer/dest.svg)](https://travis-ci.org/gryphonshafer/dest)
[![Coverage Status](https://coveralls.io/repos/gryphonshafer/dest/badge.png)](https://coveralls.io/r/gryphonshafer/dest)
Expand Down Expand Up @@ -506,7 +506,7 @@ Gryphon Shafer <gryphon@cpan.org>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Gryphon Shafer.
This software is copyright (c) 2018 by Gryphon Shafer.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = App-Dest
author = Gryphon Shafer <gryphon@cpan.org>
license = Perl_5
copyright_holder = Gryphon Shafer
copyright_year = 2017
copyright_year = 2018

[Git::NextVersion]

Expand Down

0 comments on commit e1b2bf4

Please sign in to comment.