From 20961b6483f3653e3bf928a60cca828e2b13e098 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Nov 2012 14:31:25 -0800 Subject: [PATCH 1/1] Increase $English::VERSION to 1.06 --- lib/English.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/English.pm b/lib/English.pm index 6a57ffb..f629068 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.05'; +our $VERSION = '1.06'; require Exporter; @ISA = qw(Exporter); -- 1.8.3.1