perl-test-generators 0.13.2

Proptest strategies and Arbitrary impls for Perl domain objects
Documentation

perl-test-generators

Reusable proptest strategies for Perl-focused property tests.

This crate provides generators for:

  • Perl variables
  • Perl module paths
  • Unicode strings for UTF-8 / UTF-16 roundtrip tests
  • Non-empty Unicode strings for call sites that require content

See docs/reference/PROPERTY_TESTING.md for usage patterns and guidance.