Acme-Types-NonStandard

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN


    use Acme::Types::NonStandard -types;

# DESCRIPTION

An attempt to provide totally useless types that [Types::Standard](https://metacpan.org/pod/Types::Standard) does not.

### ConfusingDualVar

A dualvar (see ["dualvar" in Scalar::Util](https://metacpan.org/pod/Scalar::Util#dualvar)) whose stringy value must be a floating
point number or integer distinct from the numeric value (to maximize debugging
confusion).

### FortyTwo

The number 42. Always.

Can be coerced from Any (to the number 42).

### ProbableMemoryLeak

lib/Acme/Types/NonStandard.pm  view on Meta::CPAN


  use Acme::Types::NonStandard -types;

=head1 DESCRIPTION

An attempt to provide totally useless types that L<Types::Standard> does not.

=head3 ConfusingDualVar

A dualvar (see L<Scalar::Util/dualvar>) whose stringy value must be a floating
point number or integer distinct from the numeric value (to maximize debugging
confusion).

=head3 FortyTwo

The number 42. Always.

Can be coerced from Any (to the number 42).

=head3 ProbableMemoryLeak



( run in 0.933 second using v1.01-cache-2.11-cpan-ed4147ee29a )