diff options
Diffstat (limited to '')
-rw-r--r-- | testing/MANIFEST | 6 | ||||
-rw-r--r-- | testing/MANIFEST.SKIP | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/testing/MANIFEST b/testing/MANIFEST index 8548d92..09749a9 100644 --- a/testing/MANIFEST +++ b/testing/MANIFEST @@ -1,8 +1,12 @@ Makefile.PL MANIFEST +MANIFEST.SKIP README Changes -t/001-use.t +t/001-use.t lib/Test/Irssi.pm +lib/Test/Irssi/Callbacks.pm + +auto-testing.pl
\ No newline at end of file diff --git a/testing/MANIFEST.SKIP b/testing/MANIFEST.SKIP new file mode 100644 index 0000000..1bfcbf3 --- /dev/null +++ b/testing/MANIFEST.SKIP @@ -0,0 +1,9 @@ +.*\.git.* +pm_to_blib +.*\.old +.*\.bak +.*\.swp +blib/.* +^Makefile$ +\d+_local_ + |