NAME
Dev::Util - Base modules for Perl Development
VERSION
Version v2.17.17
SYNOPSIS
Dev::Util provides a loader for sub-modules where a leading :: denotes a package to load.
use Dev::Util qw( ::OS ::Utils );
This is equivalent to:
user Dev::Util::OS qw(:all);
user Dev::Util::Utils qw(:all);
SUBROUTINES/METHODS
Modules do specific functions. Load as necessary.
SEE ALSO
Dev::Util::Backup, Dev::Util::Const, Dev::Util::File, Dev::Util::OS, Dev::Util::Query Dev::Util::Syntax,
AUTHOR
Matt Martini, <matt at imaginarywave.com>
BUGS
Please report any bugs or feature requests to bug-dev-util at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dev-Util. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dev::Util
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
CPAN Ratings
Search CPAN
ACKNOWLEDGMENTS
LICENSE AND COPYRIGHT
This software is Copyright © 2024-2025 by Matt Martini.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007