Skip to content

Commit

Permalink
added use strict to POE/Filter/TacacsPlus.pm and Net/TacacsPlus/Const…
Browse files Browse the repository at this point in the history
…ants.pm

git-svn-id: https://cle.sk/repos/pub/cpan/Net-TacacsPlus/trunk@194 b0c1b02c-7ba7-4df7-b273-855bf36df2ab
  • Loading branch information
jk committed Oct 29, 2007
1 parent 0595012 commit b62f6c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/Net/TacacsPlus/Constants.pm
Expand Up @@ -106,6 +106,9 @@ tac-rfc.1.78.txt, Net::TacacsPlus::Client

package Net::TacacsPlus::Constants;

use strict;
use warnings;

our $VERSION = '1.03';

# constants from tac-rfc-1.78.txt + TAC_PLUS_HEADER_SIZE
Expand Down
6 changes: 5 additions & 1 deletion lib/POE/Filter/TacacsPlus.pm
Expand Up @@ -6,11 +6,15 @@ POE::Filter::TacacsPlus - TacacsPlus packet filter
=cut

use Net::TacacsPlus::Packet 1.05;
use strict;
use warnings;

our $VERSION = 1.06;


use Net::TacacsPlus::Packet 1.05;


=head1 METHODS
=head2 new()
Expand Down

0 comments on commit b62f6c8

Please sign in to comment.