Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.06 KB

README.pod

File metadata and controls

37 lines (22 loc) · 1.06 KB
GitHub build status Coverage Status

BRIANG::Utils

Version 0.012

A collection of small, miscellaneous utilities frequently used by the author, but that aren't worthy of their own distribution.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Or, just use your favorite CPAN client

cpanm BRIANG::Utils

DEPENDENCIES

There are no dependencies on non-core modules. Test::Exception is required for testing, however.

Copyright (C) 2019, Brian Greenfield

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