diff options
| author | fukachan <fukachan> | 2005-06-03 09:41:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-06-03 09:41:59 +0000 |
| commit | 3db4fd4f7508dbedd2e16fce0966586fda0dd71c (patch) | |
| tree | 4b273c8ebbc48255950907f510cb03708123b854 | |
| parent | 5c20d1525ad51417c562a3bb9ee26fd3d263ae80 (diff) | |
| download | fml8-3db4fd4f7508dbedd2e16fce0966586fda0dd71c.tar.gz fml8-3db4fd4f7508dbedd2e16fce0966586fda0dd71c.tar.bz2 fml8-3db4fd4f7508dbedd2e16fce0966586fda0dd71c.zip | |
based on 00modlist.long.html not .txt
| -rwxr-xr-x | cpan/doc/.show_good_modules | 8 | ||||
| -rw-r--r-- | cpan/doc/Makefile | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/cpan/doc/.show_good_modules b/cpan/doc/.show_good_modules index aeb537ec..2ee2f515 100755 --- a/cpan/doc/.show_good_modules +++ b/cpan/doc/.show_good_modules @@ -1,8 +1,10 @@ #!/bin/sh # -# $FML$ +# .show_good_modules,v 1.2 2001/05/27 12:09:20 fukachan Exp # -perl -nle 'print if /\s+[SRM].p.|^$|^[A-Za-z0-9:]+$/' \ - 00modlist.long.txt |\ +w3m -dump 00modlist.long.html |\ +perl -nle 'print if /\s+[SRM].p.|^$|^[A-Za-z0-9:]+$/' |\ uniq + +exit 0; diff --git a/cpan/doc/Makefile b/cpan/doc/Makefile index ab032e79..d48fbb1d 100644 --- a/cpan/doc/Makefile +++ b/cpan/doc/Makefile @@ -10,7 +10,8 @@ regen: 98_full_class_name 99_good_modules ./.show_good_modules > 99_good_modules 98_full_class_name: 0* - perl .conv_classname.pl 00modlist.long.txt > 98_full_class_name + w3m -dump 00modlist.long.html |\ + perl .conv_classname.pl > 98_full_class_name update: sh .update.sh |
