File: README

package info (click to toggle)
libfile-grep-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 84 kB
  • sloc: perl: 188; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
File/Grep version $Revision: 0.02 $
================================

File::Grep provides similar functionality as perl's builtin grep, map,
and foreach commands, but iterating over a passed filelist instead of
arrays.  While trivial, this module can provide a quick dropin when
such functionality is needed.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

No special dependancy are required for this module

COPYRIGHT AND LICENCE

Copyright (C) 2002,2005 Michael K. Neylon

This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

CHANGELOG

0.02 - Sept. 16, 2005
     - Fix for Perl 5.8, noted by many many people, but elegant fix by Benjamin Kram
     - Should install cleanly through CPAN