diff --git a/lib/Acme/Prime.pm b/lib/Acme/Prime.pm index 26bcc82..91c6f6f 100644 --- a/lib/Acme/Prime.pm +++ b/lib/Acme/Prime.pm @@ -256,8 +256,6 @@ Acme::Prime requires no configuration files or environment variables. use autodie; # Builtins throw exceptions on failure -use version 0.77; - require 5.008_008; use Smart::Comments # Enable special comments for debugging and reporting diff --git a/lib/Devel/Comments.pm b/lib/Devel/Comments.pm index 9c3251f..0d7073c 100644 --- a/lib/Devel/Comments.pm +++ b/lib/Devel/Comments.pm @@ -6,7 +6,7 @@ use strict; use warnings; # Please see the file VERSIONS. -use version 0.77; our $VERSION = qv('1.1.4'); +our $VERSION = qv('1.1.4'); # original S::C (originally used here) use Carp;