Skip Menu |

This queue is for tickets about the Safe-Hole CPAN distribution.

Report information
The Basics
Id: 55648
Status: resolved
Priority: 0/
Queue: Safe-Hole

People
Owner: TODDR [...] cpan.org
Requestors: TODDR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Subject: Update Safe::Hole to modern layout and increase tests
Safe::Hole is emitting warnings due to it's use of defined %hash, which is now deprecated in perl removing defined has the same effect as it returns a scalar count of keys. In order to clean this up I'd like to submit my github changes as a candidate for 0.11 It contains the following enhancements: - re-structure module to more modern layout. Convert to M::B - re-factor tests to test::more - pod fixes now we're testing them - clean up authors and generate proper META.yml - Fix 5.10 deprecation of defined %hash. Just use %hash to the same effect.
Hi, if you do not have time, I would be happy to put this change in if you'll add me as a co-maintainer in http:://pause.perl.org
Sorry, I guess I need to provide the link. It's found at: http://github.com/toddr/Safe-Hole
Fixed in 0.12