mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Version bumps
This commit is contained in:
parent
90a628aca7
commit
dd7af60b63
@ -90,7 +90,7 @@ package DynaLoader;
|
||||
# Tim.Bunce@ig.co.uk, August 1994
|
||||
|
||||
BEGIN {
|
||||
our $VERSION = '1.54';
|
||||
our $VERSION = '1.55';
|
||||
}
|
||||
|
||||
# Note: in almost any other piece of code "our" would have been a better
|
||||
|
||||
@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use Carp;
|
||||
|
||||
our $VERSION = '1.34';
|
||||
our $VERSION = '1.35';
|
||||
|
||||
require XSLoader;
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package attributes;
|
||||
|
||||
our $VERSION = 0.35;
|
||||
our $VERSION = 0.36;
|
||||
|
||||
@EXPORT_OK = qw(get reftype);
|
||||
@EXPORT = ();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user