summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Bowers <neil@bowers.com>2018-10-02 20:28:31 +0100
committerNeil Bowers <neil@bowers.com>2018-10-02 20:28:31 +0100
commit3479cbdcc84c9ef7b6e928cf80b5dc9328180364 (patch)
treec87a0a09d0640a6538817cb65c33b47c6acb70cb
parent6db061419eba7603efbfc23627d6cc4585b3bbde (diff)
Added [MetaJSON] to dist.ini, so releases include a META.json
-rw-r--r--Changes3
-rw-r--r--dist.ini1
-rw-r--r--lib/File/Remove.pm2
3 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index d8752f8..d41bdfe 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension File-Remove
+1.58 2018-10-?? - Shlomi Fish
+ - Added [MetaJSON] to dist.ini, so releases include a META.json
+
1.57 2016-04-24 - Shlomi Fish
- Correct the copyright holder and year.
- Add a test for Kwalitee and 'use warnings'.
diff --git a/dist.ini b/dist.ini
index 0725095..4c2f782 100644
--- a/dist.ini
+++ b/dist.ini
@@ -8,6 +8,7 @@ copyright_year = 1998
-bundle = @Basic
-remove = License
[AutoPrereqs]
+[MetaJSON]
[MetaResources]
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Remove
bugtracker.mailto = bug-file-remove@rt.cpan.org
diff --git a/lib/File/Remove.pm b/lib/File/Remove.pm
index f39ae23..d13c8a2 100644
--- a/lib/File/Remove.pm
+++ b/lib/File/Remove.pm
@@ -7,7 +7,7 @@ use warnings;
use vars qw{ @ISA @EXPORT_OK };
use vars qw{ $DEBUG $unlink $rmdir };
-our $VERSION = '1.57';
+our $VERSION = '1.58';
BEGIN {
# $VERSION = eval $VERSION;