Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/Acme/Prime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Comments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down