]> git.pld-linux.org Git - packages/rpm.git/blobdiff - perl.prov
- added Applications/WWW (there was no good place for things like phpBB)
[packages/rpm.git] / perl.prov
index 8e56b973032d42edf633daa727e59bfc760e416e..f36ca18c609eb05080ec3aa94a6946419cc44da6 100644 (file)
--- a/perl.prov
+++ b/perl.prov
@@ -22,7 +22,7 @@ foreach ( @ARGV ? @ARGV : <> ) {
        chomp;
        next if !-f || -l;                # skip non-files and symlinks
        next if m#^/usr/(?:doc|src)/#;    # lot of false alarms
-       next if !m#\.(?:p[ml]|cgi$#;      # we only care about *.pm and *.pl files and CGI scripts
+       next if !m#\.p[ml]$#;             # we only care about *.pm and *.pl files
        process_file($_) if -f;
 }
 
This page took 0.051469 seconds and 4 git commands to generate.