pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-autobox-Core
Module Name: pkgsrc
Committed By: mef
Date: Wed Feb 18 12:42:01 UTC 2015
Modified Files:
pkgsrc/devel/p5-autobox-Core: Makefile distinfo
Log Message:
Update 1.2 to 1.28
------------------
1.28
Misc
- Make crypt() test optional for platforms without it (thanks Hugmeir)
1.27
Misc
- new version just to creage a new .tar.gz. a './' owned by root
apparently got added to the tar at some point after 'make dist'.
1.26
Fix
- remove 'use feature' from t/synopsis.t. this lets older perls perl.
1.25 Wed Jun 12 14:45:54 CDT 2013
Fix
- remove 'use feature' from t/synopsis.t. that was cut and paste from the
docs but wasn't actually necessary there.
1.24 Sun Jul 15 11:05:11 PDT 2012
Misc
- MANIFEST no longer includes previous distribution tar balls (Jacinta
Richardson)
1.23 Thu Jul 12 18:05:46 PDT 2012
Docs
- Minor corrections (Jacinta Richardson)
1.22 Thu Jul 12 17:16:06 PDT 2012
New Features
- %hash->each is now guaranteed to iterate through the complete hash,
unlike each(%hash). [github 7]
- defined()
Distribution Changes
- Added Test::More 0.88 as a pre-req (Jacinta Richardson)
- Added license for new versions of EMM
Docs
- Expanded module synopsis (Jacinta Richardson)
- Wrote documentation for all (or most) functions
- Tidied book extract (Jacinta Richardson)
Incompatible changes (Jacinta Richardson)
- Removed functions
- rand - bxor - gt - ne - mlt
- times - div - le - meq - mne
- add - eq - lshift - mge - rshift
- band - flip - mult - mgt - sub
- bor - ge - mcmp - mle - autobox::Core::CODE::map
Bug Fixes
- xor uses xor instead of ^ (Jacinta Richardson)
1.21 Mon Sep 26 16:15:19 PDT 2011
New Features
- $string->reverse will now always reverse the string regardless of context.
(Technically an incompatible change, but the list behavior of $string->reverse
was clearly useless).
Distribution Changes
- fix MANIFEST (thanks Steffen Mueller (Müller) ).
- move POD History section into standard Changes file (chocolateboy).
- look, a change log!
Misc
- removed unnecessary prototypes on methods (schwern)
- updated dependency on autobox
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-autobox-Core/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-autobox-Core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index