NAME
Package::Util - The great new Package::Util!
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Package::Util;
my $foo = Package::Util->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
FUNCTIONS
escapeSpecialChars
getScriptFileContent
getFileContents
getUserMap
getUserId
getGroupMap
getGroupId
getUniqElement
getInputFileLine
trim
AUTHOR
Jean-Marie RENOUARD, <jmrenouard at gmail.com>
BUGS
Please report any bugs or feature requests to bug-package-builder at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-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 Package::Util
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Jean-Marie RENOUARD, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.