summaryrefslogtreecommitdiffstats
path: root/lib/Carp/Always/Color/HTML.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Carp/Always/Color/HTML.pm')
-rw-r--r--lib/Carp/Always/Color/HTML.pm18
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/Carp/Always/Color/HTML.pm b/lib/Carp/Always/Color/HTML.pm
index 788e69c..3c17d21 100644
--- a/lib/Carp/Always/Color/HTML.pm
+++ b/lib/Carp/Always/Color/HTML.pm
@@ -2,10 +2,7 @@ package Carp::Always::Color::HTML;
use strict;
use warnings;
use Carp::Always;
-
-=head1 NAME
-
-Carp::Always::Color::HTML - Carp::Always, but with HTML color
+# ABSTRACT: Carp::Always, but with HTML color
=head1 SYNOPSIS
@@ -53,17 +50,4 @@ END {
@SIG{qw(__DIE__ __WARN__)} = @OLD_SIG{qw(__DIE__ __WARN__)};
}
-=head1 AUTHOR
-
- Jesse Luehrs <doy at tozt dot net>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 2010 by Jesse Luehrs.
-
-This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-=cut
-
1;