Skip to content

Commit

Permalink
Don't use Carp.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Apr 3, 2009
1 parent 78b4673 commit 4bd167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Net::NTP.

- Don't use `Carp`

- Don't require Perl 5.8 (Cosimo Streppone, RT#13206)

- Run perltidy and move files around a bit in the distribution
Expand Down
1 change: 0 additions & 1 deletion lib/Net/NTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package Net::NTP;
use 5.006;
use strict;
use warnings;
use Carp;

require Exporter;

Expand Down

0 comments on commit 4bd167b

Please sign in to comment.