MarpaX::Demo::StringParser::Filer - Utils used by MarpaX::Demo::StringParser
Returns a hash of files' basenames and their names. Used by MarpaX::Demo::StringParser::Utils.
Some utils to simplify testing.
End-users do not need to call the methods in this module.
This module is available as a Unix-style distro (*.tgz).
See http://savage.net.au/Perl-modules/html/installing-a-module.html for help on unpacking and installing distros.
Install MarpaX::Demo::StringParser as you would for any Perl module:
Perl
Run:
cpanm MarpaX::Demo::StringParser
or run:
sudo cpan MarpaX::Demo::StringParser
or unpack the distro, and then either:
perl Build.PL ./Build ./Build test sudo ./Build install
or:
perl Makefile.PL make (or dmake or nmake) make test make install
new() is called as my($obj) = MarpaX::Demo::StringParser::Filer -> new(k1 => v1, k2 => v2, ...).
new()
my($obj) = MarpaX::Demo::StringParser::Filer -> new(k1 => v1, k2 => v2, ...)
It returns a new object of type MarpaX::Demo::StringParser::Utils.
MarpaX::Demo::StringParser::Utils
Key-value pairs accepted in the parameter list:
Returns a hash of files from the given $dir_name, whose type (extension) matches $type.
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
The file CHANGES was converted into Changelog.ini by Module::Metadata::Changes.
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=MarpaX::Demo::StringParser.
MarpaX::Demo::StringParser was written by Ron Savage <ron@savage.net.au> in 2013.
Home page: http://savage.net.au/index.html.
Australian copyright (c) 2013, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License, a copy of which is available at: http://www.opensource.org/licenses/index.html
To install MarpaX::Demo::StringParser, copy and paste the appropriate command in to your terminal.
cpanm
CPAN shell
perl -MCPAN -e shell install MarpaX::Demo::StringParser
For more information on module installation, please visit the detailed CPAN module installation guide.