From 71c173db56f8e462fbaa8c0472788c04982478db Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 21 Feb 2011 01:58:22 +0000 Subject: start of makign this a proper module --- testing/MANIFEST | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/MANIFEST (limited to 'testing/MANIFEST') diff --git a/testing/MANIFEST b/testing/MANIFEST new file mode 100644 index 0000000..8548d92 --- /dev/null +++ b/testing/MANIFEST @@ -0,0 +1,8 @@ +Makefile.PL +MANIFEST +README +Changes +t/001-use.t + + +lib/Test/Irssi.pm -- cgit v1.2.3 From 3916b2945123f211c40ccc19d876474ed3478950 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 21 Feb 2011 03:42:44 +0000 Subject: moving a whole bunch of code around into a modular sort of thing. Still a big WIP --- testing/MANIFEST | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testing/MANIFEST') 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 -- cgit v1.2.3 From 754328bfe7acbc9409fd4d38340d76aabf96845c Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Thu, 24 Feb 2011 01:59:38 +0000 Subject: more work on testing system for irssi. Most of the screenscraping now works, trying to finalise an API for actual testing usage. --- testing/MANIFEST | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/MANIFEST') diff --git a/testing/MANIFEST b/testing/MANIFEST index 09749a9..4d67b37 100644 --- a/testing/MANIFEST +++ b/testing/MANIFEST @@ -5,8 +5,9 @@ README Changes t/001-use.t +t/002-init.t lib/Test/Irssi.pm lib/Test/Irssi/Callbacks.pm - -auto-testing.pl \ No newline at end of file +lib/Test/Irssi/Driver.pm +lib/Test/Irssi/API.pm \ No newline at end of file -- cgit v1.2.3 From bf563d29e40e6bb6cb9732b4457e633468a8c6c2 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 26 Feb 2011 00:37:11 +0000 Subject: lots of work moving things around so it mostly works. Hooray --- testing/MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/MANIFEST') diff --git a/testing/MANIFEST b/testing/MANIFEST index 4d67b37..1810c3e 100644 --- a/testing/MANIFEST +++ b/testing/MANIFEST @@ -10,4 +10,4 @@ t/002-init.t lib/Test/Irssi.pm lib/Test/Irssi/Callbacks.pm lib/Test/Irssi/Driver.pm -lib/Test/Irssi/API.pm \ No newline at end of file +lib/Test/Irssi/Test.pm \ No newline at end of file -- cgit v1.2.3