Business-DK-Postalcode

 view release on metacpan or  search on metacpan

lib/Business/DK/Postalcode.pm  view on Meta::CPAN

components list own requirements

=item * Test and build system, please see: F<Build.PL> for details

=item * Requirements for scripts in the F<bin/> directory

=item * Requirements for examples in the F<examples/> directory

=back

=head1 BUGS AND LIMITATIONS

There are no known bugs at this time.

The data source used in this distribution by no means is authorative when it
comes to cities located in Denmark, it might have all cities listed, but
unfortunately also other post distribution data.

=head1 BUG REPORTING

Please report issues via CPAN RT:

lib/Data/FormValidator/Constraints/Business/DK/Postalcode.pm  view on Meta::CPAN

For a more through description of Danish postal codes please see: L<https://metacpan.org/pod/Business::DK::Postalcode>.

=head1 SUBROUTINES AND METHODS

=head2 valid_postalcode

Checks whether a Postalcode is valid (see: SYNOPSIS) and L<https://metacpan.org/pod/Business::DK::Postalcode>

=head2 match_postalcode

Untaints a given Postalcode (see: SYNOPSIS and BUGS AND LIMITATIONS)

=head2 postalcode

A simple wrapper for L</match_postalcode>

=head1 EXPORTS

Data::FormValidator::Constraints::Business::DK::Postalcode exports on request:

=over

lib/Data/FormValidator/Constraints/Business/DK/Postalcode.pm  view on Meta::CPAN

=item * L<https://metacpan.org/pod/Data::FormValidator>

=item * L<https://metacpan.org/pod/Business::DK::Postalcode>

=back

=head1 INCOMPATIBILITIES

The module has no known incompatibilities.

=head1 BUGS AND LIMITATIONS

The tests seem to reflect that untainting is taking place, but the L</match_postalcode>
is not called at all, so how this untaiting is expected to be integrated into L<https://metacpan.org/pod/Data::FormValidator>
is still not clear to ne (SEE: TODO)

=head1 TEST AND QUALITY

Coverage of the test suite is at 57.6%

=head1 TODO

t/perlcriticrc  view on Meta::CPAN


severity = 1
verbose = 8

#------------------------------------------------------------------------------

#https://logiclab.jira.com/wiki/display/OPEN/Perl-Critic-Policy-CodeLayout-RequireTidyCode
[-CodeLayout::RequireTidyCode]

[Documentation::RequirePodSections]
lib_sections    = NAME|VERSION|SYNOPSIS|DESCRIPTION|SUBROUTINES AND METHODS|DIAGNOSTICS|CONFIGURATION AND ENVIRONMENT|DEPENDENCIES|INCOMPATIBILITIES|BUGS AND LIMITATIONS|TEST AND QUALITY|TODO|SEE ALSO|BUG REPORTING|AUTHOR|COPYRIGHT|LICENSE
script_sections = NAME|VERSION|SYNOPSIS|DESCRIPTION|SUBROUTINES AND METHODS|DIAGNOSTICS|CONFIGURATION AND ENVIRONMENT|DEPENDENCIES|INCOMPATIBILITIES|BUGS AND LIMITATIONS|TEST AND QUALITY|TODO|SEE ALSO|BUG REPORTING|AUTHOR|COPYRIGHT|LICENSE

[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0

#https://logiclab.jira.com/wiki/display/OPEN/Perl-Critic-Policy-ValuesAndExpressions-ProhibitConstantPragma
[-ValuesAndExpressions::ProhibitConstantPragma]

[InputOutput::RequireCheckedSyscalls]
exclude_functions = print



( run in 0.235 second using v1.01-cache-2.11-cpan-4d50c553e7e )