-
-
28 Feb 2011 10:37:15 UTC
- Distribution: Shell-Command
- Module version: 0.06
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (3913 / 0 / 0)
- Kwalitee
Bus factor: 0- 90.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.22KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.NAME
Shell::Command - Cross-platform functions emulating common shell commands
SYNOPSIS
use Shell::Command; mv $old_file, $new_file; cp $old_file, $new_file; touch @files;
DESCRIPTION
Thin wrapper around
ExtUtils::Command
. See ExtUtils::Command for a description of available commands.AUTHORS
Michael G Schwern <schwern@pobox.com>
Randy Kobes <r.kobes@uwinnipeg.ca>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Michael G Schwern.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Shell::Command, copy and paste the appropriate command in to your terminal.
cpanm Shell::Command
perl -MCPAN -e shell install Shell::Command
For more information on module installation, please visit the detailed CPAN module installation guide.