Skip to content

Commit

Permalink
v1.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacinta Richardson committed Jul 13, 2012
1 parent eb1e820 commit be3afe0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
42 changes: 41 additions & 1 deletion Changes
@@ -1,10 +1,50 @@
Revision history for autobox::Core Revision history for autobox::Core


1.22 1.22 Thu Jul 12 17:16:06 PDT 2012
New Features New Features
- %hash->each is now guaranteed to iterate through the complete hash, - %hash->each is now guaranteed to iterate through the complete hash,
unlike each(%hash). [github 7] unlike each(%hash). [github 7]
- defined()


Distribution Changes
- Added Test::More 0.88 as a pre-req
- Added license for new versions of EMM

Docs
- Expanded module synopsis
- Wrote documentation for all (or most) functions
- Tidied book extract

Incompatible changes
- Removed functions
- rand
- times
- add
- band
- bor
- bxor
- div
- eq
- flip
- ge
- gt
- le
- lshift
- mult
- mcmp
- ne
- meq
- mge
- mgt
- mle
- mlt
- mne
- rshift
- sub
- autobox::Core::CODE::map

Bug Fixes
- xor uses xor instead of ^


1.21 Mon Sep 26 16:15:19 PDT 2011 1.21 Mon Sep 26 16:15:19 PDT 2011
New Features New Features
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -58,6 +58,7 @@ t/split.t
t/sprintf.t t/sprintf.t
t/strip.t t/strip.t
t/substr.t t/substr.t
t/synopsis.t
t/system.t t/system.t
t/tail.t t/tail.t
t/uc.t t/uc.t
Expand Down
2 changes: 1 addition & 1 deletion lib/autobox/Core.pm
Expand Up @@ -41,7 +41,7 @@ use 5.008;
use strict; use strict;
use warnings; use warnings;


our $VERSION = '1.21'; our $VERSION = '1.22';


use base 'autobox'; use base 'autobox';


Expand Down

0 comments on commit be3afe0

Please sign in to comment.