Test for trailing space in source files
Updated 2025-08-09 14:06:06 +00:00
Easily test network connectivity
Updated 2025-08-09 14:05:51 +00:00
Override subroutines in a module for unit testing
Updated 2025-08-09 14:05:26 +00:00
Perl module to test long strings
Updated 2025-08-09 14:05:19 +00:00
Create a Fake ShareDir for your modules for testing
Updated 2025-08-09 14:05:04 +00:00
Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosop
Updated 2025-08-09 14:04:40 +00:00
Perl interface for cyclic redundancy check generation
Updated 2025-08-09 14:02:51 +00:00
"Spiffy" is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of tradit
Updated 2025-08-09 14:02:40 +00:00