Revision: | 1.2 |
Committed: | Thu Jul 26 19:45:39 2007 UTC (17 years, 5 months ago) by elmex |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.1: | +1 -1 lines |
Log Message: | fixed it |
# | Content |
---|---|
1 | find lib -type f -print | perl -ne 's/^lib\///; s/\.pm$//; s/\//::/g; print $_' |