--- trunk/Makefile.PL 2005/07/16 12:37:18 4 +++ trunk/Makefile.PL 2005/07/16 16:00:19 7 @@ -16,7 +16,7 @@ 'Data::Dumper' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'WebPAC-* pod2html Makefile' }, + clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, ); sub MY::postamble { @@ -34,7 +34,7 @@ svn update && svn -v log > Changes tags: - ctags *.p? + ctags *.p[ml] */*.p[ml] */*/*.p[ml] MAKE_MORE }