Skip to content

Commit

Permalink
Upgrade our dependency on Devel::Declare to a safer version.
Browse files Browse the repository at this point in the history
This avoids a conflict between perl5i and Data::Dumper::Simple and
probably more Devel::Declare modules.

Also filled in the change log for my previous commit.

Fixes #181
  • Loading branch information
schwern committed Mar 22, 2013
1 parent fe19350 commit 1b876c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my $builder = MyBuild->new(
'Digest::SHA' => '5.45',
'Digest::MD5' => '2.36',
'Object::ID' => '0.1.0',
"Devel::Declare::MethodInstaller::Simple" => '0.006007',
"Devel::Declare::MethodInstaller::Simple" => '0.006009',
'true::VERSION' => '0.16',
'Capture::Tiny' => '0.06',
'utf8::all' => '0.002',
Expand Down
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,25 @@
Doc Fixes
* Document ->mo->as_yaml and ->mo->as_json [github #230] (Michael G. Schwern)

Distribution Fixes
* Require a newer, safer version of Devel::Declare. [github #181] (Michael G Schwern)
(Ben Hengst)
* Forgot to explicitly depend on Hash::FieldHash. (Michael G Schwern)


2.11.2 Mon Mar 18 02:55:20 GMT 2013
Distribution Fixes
* perl5i::0 and perl5i::1 had internal packages outside the perl5i
package which caused CPAN permissions problems. This has been
fixed. (Michael G. Schwern)


2.11.1 Mon Mar 18 02:32:07 UTC 2013
Distribution Fixes
* Creating a new release with correct PAUSE permissions
(Nóirín Plunkett)


2.11.0 Mon Mar 18 02:24:20 UTC 2013
Bug Fixes
* %hash->each({...}) iterator now uses Hash::StoredIterator
Expand All @@ -34,6 +42,7 @@
Misc
* Fixed examples in the documentation (Tom Legrady)


2.10.0 Sat Jul 7 11:57:01 PDT 2012
Bug Fixes
* Upgraded autodie dependency to fix automatic utf8 open.
Expand Down

0 comments on commit 1b876c7

Please sign in to comment.