Skip to content

Commit

Permalink
Remove unnecessary use of Carp.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 22, 2011
1 parent 93e45ba commit 5bee7ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Pod/Simple/XHTML.pm
Expand Up @@ -29,7 +29,6 @@ package Pod::Simple::XHTML;
use strict;
use vars qw( $VERSION @ISA $HAS_HTML_ENTITIES );
$VERSION = '3.15';
use Carp ();
use Pod::Simple::Methody ();
@ISA = ('Pod::Simple::Methody');

Expand Down

0 comments on commit 5bee7ac

Please sign in to comment.