NAME
MPMinus::Helper::Command - Utilities to extend common UNIX commands in Makefiles etc.
VERSION
Version 1.00
SYNOPSIS
perl -MMPMinus::Helper::Command -e crlf source... destination
DESCRIPTION
Utilities to extend common UNIX commands in Makefiles etc.
The module is used to extend common UNIX commands. In all cases the functions work from @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles. Call them like this:
perl -MMPMinus::Helper::Command -e some_command some files to work on
All filenames with * and ? will be glob expanded
FUNCTIONS
crlf
perl -MMPMinus::Helper::Command -e crlf -- build/conf
Converts DOS and OS/2 linefeeds to Unix style recursively.
install
perl -MMPMinus::Helper::Command -e install -- build
Copy all files and directoryes to destination directory (project installing)
replace
perl -MMPMinus::Helper::Command -e replace -- build/inc build/conf build/*.conf
Renames files with os-names and apache version and removes all mismatch files
HISTORY
See CHANGES
file
DEPENDENCIES
TO DO
See TODO
file
BUGS
Coming soon
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/