|
NAMETest::File::ShareDir::Utils - Simple utilities for File::ShareDir testingVERSIONversion 1.001002SYNOPSISuse Test::File::ShareDir::Utils qw( extract_dashes ); my $hash = extract_dashes('dists', $oldhash ); EXPORTABLE FUNCTIONSextract_dashesA utility that helps transform:-opt_a => bar -opt_b => baz NameA => NameAValue NameB => NameBValue Into opt_a => bar opt_b => baz modules => { NameA => NameAValue NameB => NameBValue } This is a useful approach used all over import and functional style interfaces due to explicit configuration being needed only on rare occasions. AUTHORKent Fredric <kentnl@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |