From 81ed3a2be3bd4324cb0084c22f1d9286a5273537 Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 29 Oct 2014 09:21:54 +0100 Subject: only a test --- CONTENTS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTENTS b/CONTENTS index 36f6225..7542e0e 100644 --- a/CONTENTS +++ b/CONTENTS @@ -1,3 +1,4 @@ +only a test $Id: CONTENTS,v 1.17 2010/01/03 13:27:31 pseudo Exp $ Directory Contents - scripts/ -- cgit v1.2.3 From d81b90b62367a4b3df5a9f81a5cd69e64869dd23 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sat, 1 Nov 2014 01:14:28 +0100 Subject: removed unnecessary use of module --- wiki2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki2.pl b/wiki2.pl index d6b66bb..c617b88 100644 --- a/wiki2.pl +++ b/wiki2.pl @@ -4,7 +4,7 @@ #use warnings; use WWW::Wikipedia; use HTML::Entities; -use HTML::StripTags qw(strip_tags); +#use HTML::StripTags qw(strip_tags); binmode(STDOUT, ":utf8"); -- cgit v1.2.3