diff options
Diffstat (limited to 'dist/autouse/lib/autouse.pm')
-rw-r--r-- | dist/autouse/lib/autouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/autouse/lib/autouse.pm b/dist/autouse/lib/autouse.pm index 7061b7b29c..2dd8c1dbd7 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.10'; +$autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; |