From 8980b66af8812f4f671d7a2d84ec41e04bc4e0a8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2012 21:11:03 -0600 Subject: dzil stuff --- dist.ini | 4 ++-- lib/Carp/Always/Color/HTML.pm | 2 +- lib/Carp/Always/Color/Term.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist.ini b/dist.ini index c6b0004..141cd31 100644 --- a/dist.ini +++ b/dist.ini @@ -5,6 +5,6 @@ copyright_holder = Jesse Luehrs [@DOY] dist = Carp-Always-Color +repository = github -[Prereq] -Carp::Always = 0.10 +[AutoPrereqs] diff --git a/lib/Carp/Always/Color/HTML.pm b/lib/Carp/Always/Color/HTML.pm index 3c17d21..4f256e8 100644 --- a/lib/Carp/Always/Color/HTML.pm +++ b/lib/Carp/Always/Color/HTML.pm @@ -1,7 +1,7 @@ package Carp::Always::Color::HTML; use strict; use warnings; -use Carp::Always; +use Carp::Always 0.10; # ABSTRACT: Carp::Always, but with HTML color =head1 SYNOPSIS diff --git a/lib/Carp/Always/Color/Term.pm b/lib/Carp/Always/Color/Term.pm index 3b3ce2c..1a17752 100644 --- a/lib/Carp/Always/Color/Term.pm +++ b/lib/Carp/Always/Color/Term.pm @@ -1,7 +1,7 @@ package Carp::Always::Color::Term; use strict; use warnings; -use Carp::Always; +use Carp::Always 0.10; # ABSTRACT: Carp::Always, but with terminal color =head1 SYNOPSIS -- cgit v1.2.3-54-g00ecf