• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H03-May-2022-6743

ChangesH A D17-Sep-2005192 126

Grep.pmH A D17-Sep-20057.4 KiB284146

MANIFESTH A D17-Sep-2005155 109

META.ymlH A D17-Sep-2005293 119

Makefile.PLH A D26-Jan-2002498 129

READMEH A D17-Sep-2005884 3723

README

1File/Grep version $Revision: 0.02 $
2================================
3
4File::Grep provides similar functionality as perl's builtin grep, map,
5and foreach commands, but iterating over a passed filelist instead of
6arrays.  While trivial, this module can provide a quick dropin when
7such functionality is needed.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18DEPENDENCIES
19
20No special dependancy are required for this module
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2002,2005 Michael K. Neylon
25
26This program is free software; you can redistribute it
27and/or modify it under the same terms as Perl itself.
28
29See http://www.perl.com/perl/misc/Artistic.html
30
31CHANGELOG
32
330.02 - Sept. 16, 2005
34     - Fix for Perl 5.8, noted by many many people, but elegant fix by Benjamin Kram
35     - Should install cleanly through CPAN
36
37