Perl Module Release: Env-Export 0.21
Released: Sunday April 25, 2010, 10:10:00 PM -0700
Changes:
- lib/Env/Export.pm
Code clean-up inspired by perlcritic.
A preponderance of Perl, an excess of XML, and additional alliterations.
| Subcribe via RSS
Changes:
Code clean-up inspired by perlcritic.
Changes:
Large-scale code and documentation clean-up based on perlcritic
and visual review.
Version: 0.73
Released: Tuesday March 16, 2010, 10:45:00 PM -0700
Changes:
Rename of t/28_parser_bugs_50013.t to fit more universal scheme for
test suites that directly address specific RT bugs.
RT #54183: Provide handling of SIGPIPE when sending the response to the client,
in case they’ve terminated the connection.
Forgot to add the new test suite to MANIFEST.
Forgot to update the module version number.
Fix typo in reftype() call.
RT #54494: Fix handling of blessed references in smart_encode().
Large-scale code clean-up driven by Perl::Critic. All critic flags
down to severity 1 now removed.
Forgot to add t/90_rt54494_blessed_refs.t when it was created.
Changes:
RT #52662: Fix requirement specification for XML::LibXML.
Changes:
Changes:
RT #49406: Make Base64 data-type allow zero-length data.
RT #50013: Restore backwards-compatibility for projects that use RPC::XML::Parser directly.
RT #50143: Incorrectly called server_fault() as if it were a coderef.
(Eventually, when I am more comfy with playing around with my Wordpress components, these posts will be automated by my release process, and the content will be much more nicely-formatted.)
Changes:
Removed a stray colon causing errors with some Perl versions.
Removed useless signature test, added QA tests, removed a duplicate test.
Moved around some conditionally-needed libs to delay loading until/unless needed. Also made a small fix per Perl::Critic.