| Revision: | 1.2 |
| Committed: | Thu Jul 26 19:45:39 2007 UTC (18 years, 8 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 $_' |