projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f73b28b
)
bump versions for core libs changed since 5.11.3
Ricardo Signes [Wed, 20 Jan 2010 01:16:55 +0000 (20:16 -0500)]
ext/GDBM_File/GDBM_File.pm
patch
|
blob
|
blame
|
history
ext/re/re.pm
patch
|
blob
|
blame
|
history
lib/File/Copy.pm
patch
|
blob
|
blame
|
history
lib/feature.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/GDBM_File/GDBM_File.pm
b/ext/GDBM_File/GDBM_File.pm
index
2c9081f
..
0b4182c
100644
(file)
--- a/
ext/GDBM_File/GDBM_File.pm
+++ b/
ext/GDBM_File/GDBM_File.pm
@@
-69,7
+69,7
@@
use XSLoader ();
);
# This module isn't dual life, so no need for dev version numbers.
-$VERSION = '1.09';
+$VERSION = '1.10';
sub AUTOLOAD {
my($constname);
diff --git
a/ext/re/re.pm
b/ext/re/re.pm
index
0818786
..
fb0b8d2
100644
(file)
--- a/
ext/re/re.pm
+++ b/
ext/re/re.pm
@@
-4,7
+4,7
@@
package re;
use strict;
use warnings;
-our $VERSION = "0.10";
+our $VERSION = "0.11";
our @ISA = qw(Exporter);
our @EXPORT_OK = ('regmust',
qw(is_regexp regexp_pattern
diff --git
a/lib/File/Copy.pm
b/lib/File/Copy.pm
index
c2fdab2
..
4dc8c6d
100644
(file)
--- a/
lib/File/Copy.pm
+++ b/
lib/File/Copy.pm
@@
-22,7
+22,7
@@
sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.16';
+$VERSION = '2.17';
require Exporter;
@ISA = qw(Exporter);
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
f951149
..
103e3bb
100644
(file)
--- a/
lib/feature.pm
+++ b/
lib/feature.pm
@@
-1,6
+1,6
@@
package feature;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
# (feature name) => (internal name, used in %^H)
my %feature = (