diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2012-03-31 12:11:51 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2012-03-31 12:11:51 +0200 |
commit | e5b1b4c7972a112957188e0797f82e5d54943bcb (patch) | |
tree | c9f20ff9e99e830d0e12045374dea11b7a063fdd /dist | |
parent | 472677c4357628ecc5fa6d5341c43f6f165cc639 (diff) | |
download | perl-e5b1b4c7972a112957188e0797f82e5d54943bcb.tar.gz |
Update base.pm's Changes file from the perldeltas
Diffstat (limited to 'dist')
-rw-r--r-- | dist/base/Changes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/base/Changes b/dist/base/Changes index 0a25aa3256..b24ba05e1e 100644 --- a/dist/base/Changes +++ b/dist/base/Changes @@ -1,3 +1,10 @@ +2.18 + - Backport from bleadperl before 5.16.0 release + - base no longer sets a module's $VERSION to "-1" when a module it + loads does not define a $VERSION. + - base no longer internally skips loading modules it has already + loaded and instead relies on require to inspect %INC. + 2.15 - Bump version to 2.15 so base and fields have the same version again |