Perl extension for very fast parsing of VCards
Updated 2025-08-09 14:07:27 +00:00
XS implementation of the Levenshtein edit distance
Updated 2025-08-09 14:06:58 +00:00
Test fallback behavior in absence of modules
Updated 2025-08-09 14:06:20 +00:00
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