Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
* update change log
* update build to be stable
* update version to remove underscore
  • Loading branch information
genio committed Oct 16, 2018
1 parent 3e93bf7 commit 0a6340c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history File::Slurp

9999.22_01 2018-10-09 (TRIAL)
9999.22 2018-10-15
- Update the SYNOPSIS documentation. (Graham Knop)
- Fix some EUMM metadata depending on version. (Dan Book)
- Fix Windows path concatenation on read_dir. (James Keenan)
Expand All @@ -9,6 +9,9 @@ Revision history File::Slurp
- Remove the README file
- Remove some work-arounds for older Perls < 5.6
- Do not inherit from Exporter (requires Exporter 5.57)
- Fix perms.t to run on all platforms (Aristotle Pagaltzis, Linda Walsh
via RT #92401)
- Clean up handle.t (we no longer use the -w flag anywhere)

9999.21 2018-10-08
- Unset $^W in a few strategic places to silence warnings when Test::Harness
Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,17 @@
}
}
},
"release_status" : "unstable",
"release_status" : "stable",
"resources" : {
"repository" : {
"type" : "git",
"url" : "https://github.com/perhunter/slurp.git",
"web" : "https://github.com/perhunter/slurp"
}
},
"version" : "9999.22_01",
"version" : "9999.22",
"x_contributors" : [
"Aristotle Pagaltzis <[email protected]>",
"Chase Whitener <[email protected]>",
"Dan Book <[email protected]>",
"Graham Knop <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ my %WriteMakefileArgs = (
},
},
'x_contributors' => [
'Aristotle Pagaltzis <[email protected]>',
'Chase Whitener <[email protected]>',
'Dan Book <[email protected]>',
'Graham Knop <[email protected]>',
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Slurp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package File::Slurp;
use strict;
use warnings ;

our $VERSION = '9999.22_01';
our $VERSION = '9999.22';
$VERSION = eval $VERSION;

use Carp ;
Expand Down

0 comments on commit 0a6340c

Please sign in to comment.