0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added various meta information. More... about 12 years ago
Upgraded Module::Build::Compat from 0.36 to 0.40. More... about 12 years ago
Released version 1.0.2. More... over 12 years ago
Added tests to account for when a module doesn't declare a version. More... over 12 years ago
We need to do $result = ok(...) && $result instead of $result &&= ok(). Otherwise, as soon as one test fails, the others won't be run due to the left-to-right evaluation of conditionals. More... over 12 years ago
Fixed test name. More... over 12 years ago
Added tests to cover the case where the MANIFEST file is missing at the root of the distribution. More... over 12 years ago
Added logic to prevent reading from closed filehandles if open() failed. More... over 12 years ago
dded PerlCritic tests. More... over 12 years ago
Released version 1.0.1. More... over 12 years ago
Added .perlcriticrc to MANIFEST. More... over 12 years ago
Change default severity to harsh. More... over 12 years ago
PerlCritic: don't require /x on small regexes. More... over 12 years ago
Added .perlcriticrc to allow open-close to span more than the default 9 lines. More... over 12 years ago
Changed foreach to while to read file handle. More... over 12 years ago
Added explicit close(). More... over 12 years ago
Changed bareword filehandles to use indirect filehandles. More... over 12 years ago
Added explicit return to import(). More... over 12 years ago
Simplified conditional. More... over 12 years ago
Excluded .git directory from release tests of MANIFEST. More... over 12 years ago
Added explicit return. More... over 12 years ago
TestBuilder 1.5 now adds a header by default for subtests, added corresponding exception in expected TAP output. More... over 12 years ago
Added example on how to use this module in a test file. More... over 12 years ago
Released version 1.0.0. More... over 12 years ago