diff options
author | Tom Feist <shabble@metavore.org> | 2011-02-21 03:42:44 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-02-21 03:42:44 +0000 |
commit | 3916b2945123f211c40ccc19d876474ed3478950 (patch) | |
tree | cac14219236f87cbe19ffe372fe2431eb6b333dc /testing/MANIFEST | |
parent | start of makign this a proper module (diff) | |
download | irssi-scripts-3916b2945123f211c40ccc19d876474ed3478950.tar.gz irssi-scripts-3916b2945123f211c40ccc19d876474ed3478950.zip |
moving a whole bunch of code around into a modular sort of thing. Still a big WIP
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_ + |