Name

Unexpected::Functions - A collection of functions used in this distribution

Synopsis

use Unexpected::Functions qw( build_attr_from );

Version

This documents version v0.5.$Rev: 1 $ of Unexpected::Functions

Description

A collection of functions used in this distribution

Configuration and Environment

Defines no attributes

Subroutines/Methods

build_attr_from

$hash_ref = build_attr_from( <whatever> );

Coerces a hash ref from whatever args are passed

inflate_message

$message = inflate_message( $template, $arg1, $arg2, ... );

Substitute the placeholders in the $template string (e.g. [_1]) with the corresponding argument

Diagnostics

None

Dependencies

Exporter::TypeTiny

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2013 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE