From bf8ec61c9d25ed3e80e3148b60fea29e252bb510 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 3 Mar 2014 22:45:52 +0000 Subject: [PATCH] Bump autouse version to 1.08 Triggered by the following: commit 0c6e98c726c248c4e5b9b4d00c6c9ea74f783997 commit aa86db36e6778689f4a9d13c9af25e2020f46bf4 --- dist/autouse/lib/autouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/autouse/lib/autouse.pm b/dist/autouse/lib/autouse.pm index a66e50c..79dadc4 100644 --- a/dist/autouse/lib/autouse.pm +++ b/dist/autouse/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.006; # use warnings -$autouse::VERSION = '1.07'; +$autouse::VERSION = '1.08'; $autouse::DEBUG ||= 0; -- 1.8.3.1