summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-02-12 13:06:58 +0100
committerLeon Timmermans <fawaka@gmail.com>2021-02-12 13:07:55 +0100
commitf7ea639df5857906d08343f7d8315b3a351ca2bc (patch)
tree362532abdf5cdec15a55eef74f27dd54ce763603 /cpan
parent59e4f9b9679b4538339863b4363d686c5480e476 (diff)
downloadperl-f7ea639df5857906d08343f7d8315b3a351ca2bc.tar.gz
Update to ExtUtils::PL2Bat to 0.004
This release was a sync from blead to cpan, so the blead version is no longer customized. Nothing actually changes except the version number.
Diffstat (limited to 'cpan')
-rw-r--r--cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm b/cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm
index 4341843ad6..070e186fec 100644
--- a/cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm
+++ b/cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm
@@ -1,5 +1,5 @@
package ExtUtils::PL2Bat;
-$ExtUtils::PL2Bat::VERSION = '0.003';
+$ExtUtils::PL2Bat::VERSION = '0.004';
use strict;
use warnings;
@@ -122,7 +122,7 @@ ExtUtils::PL2Bat - Batch file creation to run perl scripts on Windows
=head1 VERSION
-version 0.003
+version 0.004
=head1 OVERVIEW