[libclass-tiny-perl] 03/05: s/use 5.008001/use 5.006/g

gregor herrmann gregoa at debian.org
Sun May 31 14:03:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.015
in repository libclass-tiny-perl.

commit 4ddd124497faf734a161a9005a73e6dae749d57b
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Mar 5 00:10:18 2014 +0000

    s/use 5.008001/use 5.006/g
---
 lib/Class/Tiny.pm  | 2 +-
 t/alfa.t           | 2 +-
 t/baker.t          | 2 +-
 t/charlie.t        | 2 +-
 t/delta.t          | 2 +-
 t/echo.t           | 2 +-
 t/foxtrot.t        | 2 +-
 t/golf.t           | 2 +-
 t/hotel.t          | 2 +-
 t/juliett.t        | 2 +-
 t/lib/Alfa.pm      | 2 +-
 t/lib/Baker.pm     | 2 +-
 t/lib/Charlie.pm   | 2 +-
 t/lib/Delta.pm     | 2 +-
 t/lib/Echo.pm      | 2 +-
 t/lib/Foxtrot.pm   | 2 +-
 t/lib/Golf.pm      | 2 +-
 t/lib/Hotel.pm     | 2 +-
 t/lib/India.pm     | 2 +-
 t/lib/Juliett.pm   | 2 +-
 t/lib/TestUtils.pm | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index 1a11ba3..841436a 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 no strict 'refs';
 use warnings;
diff --git a/t/alfa.t b/t/alfa.t
index 727b2df..780e2a2 100644
--- a/t/alfa.t
+++ b/t/alfa.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/baker.t b/t/baker.t
index a049fa5..36cfaf1 100644
--- a/t/baker.t
+++ b/t/baker.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/charlie.t b/t/charlie.t
index e844ee0..3569196 100644
--- a/t/charlie.t
+++ b/t/charlie.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/delta.t b/t/delta.t
index 042f82b..e3e37c0 100644
--- a/t/delta.t
+++ b/t/delta.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/echo.t b/t/echo.t
index 962df92..c5c87b7 100644
--- a/t/echo.t
+++ b/t/echo.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/foxtrot.t b/t/foxtrot.t
index 55e565a..30016b8 100644
--- a/t/foxtrot.t
+++ b/t/foxtrot.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/golf.t b/t/golf.t
index 8d0395e..ebeec47 100644
--- a/t/golf.t
+++ b/t/golf.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/hotel.t b/t/hotel.t
index aeb7e93..543d6d9 100644
--- a/t/hotel.t
+++ b/t/hotel.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/juliett.t b/t/juliett.t
index ff785cc..e7adb20 100644
--- a/t/juliett.t
+++ b/t/juliett.t
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 use lib 't/lib';
diff --git a/t/lib/Alfa.pm b/t/lib/Alfa.pm
index e809ae2..9d1326c 100644
--- a/t/lib/Alfa.pm
+++ b/t/lib/Alfa.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Baker.pm b/t/lib/Baker.pm
index db18bbe..f9caf3e 100644
--- a/t/lib/Baker.pm
+++ b/t/lib/Baker.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Charlie.pm b/t/lib/Charlie.pm
index 0c3289e..5ba6fab 100644
--- a/t/lib/Charlie.pm
+++ b/t/lib/Charlie.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Delta.pm b/t/lib/Delta.pm
index 23e81aa..7577f76 100644
--- a/t/lib/Delta.pm
+++ b/t/lib/Delta.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Echo.pm b/t/lib/Echo.pm
index 1f3fdcb..5bf2ae8 100644
--- a/t/lib/Echo.pm
+++ b/t/lib/Echo.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Foxtrot.pm b/t/lib/Foxtrot.pm
index 8dc5fe6..b757d47 100644
--- a/t/lib/Foxtrot.pm
+++ b/t/lib/Foxtrot.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Golf.pm b/t/lib/Golf.pm
index 315e58b..5e07438 100644
--- a/t/lib/Golf.pm
+++ b/t/lib/Golf.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Hotel.pm b/t/lib/Hotel.pm
index 859adff..eabe099 100644
--- a/t/lib/Hotel.pm
+++ b/t/lib/Hotel.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/India.pm b/t/lib/India.pm
index 1781a7a..ea39909 100644
--- a/t/lib/India.pm
+++ b/t/lib/India.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/Juliett.pm b/t/lib/Juliett.pm
index e0aa37c..52857ff 100644
--- a/t/lib/Juliett.pm
+++ b/t/lib/Juliett.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 
diff --git a/t/lib/TestUtils.pm b/t/lib/TestUtils.pm
index 0ef7bf8..c66b8b3 100644
--- a/t/lib/TestUtils.pm
+++ b/t/lib/TestUtils.pm
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.006;
 use strict;
 use warnings;
 package TestUtils;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list