• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D20-Feb-2013974

Makefile.PLH A D20-Feb-2013585

MANIFESTH A D20-Feb-2013149

MANIFEST.SKIPH A D20-Feb-201381

META.ymlH A D20-Feb-2013478

READMEH A D20-Feb-2013960

shell-quoteH A D20-Feb-20135.3 KiB

ShellQuote.pmH A D20-Feb-20134 KiB

test.tH A D20-Feb-20132.6 KiB

README

1This distribution contains the String::ShellQuote module, plus a command-line
2interface to it.  It contains some functions which are useful for quoting
3strings which are going to pass through the shell or a shell-like object.  It
4is useful for doing robust tool programming, particularly when dealing with
5files whose names contain white space or shell globbing characters.
6
7To build it, run:
8
9    perl Makefile.PL
10    make
11    make test
12    make install
13
14For more detailed instructions see "man perlmodinstall", "perldoc
15perlmodinstall", or http://www.cpan.org/modules/INSTALL.html.
16
17The documentation is embeded in the module, use
18
19    perldoc ShellQuote.pm
20
21to read it before installation.
22
23Roderick Schertler <roderick@argon.org>
24
25Copyright (c) 1997 Roderick Schertler.  All rights reserved.  This
26program is free software; you can redistribute it and/or modify it under
27the same terms as Perl itself.
28
29$Id: README,v 1.4 2005/05/03 10:53:33 roderick Exp $
30