Skip to content

Commit

Permalink
Fix strict errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 2, 2015
1 parent f97d8f8 commit 3f299dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/Simple/Transcode.pm
Expand Up @@ -2,7 +2,7 @@
require 5;
package Pod::Simple::Transcode;
use strict;
use vars qw($VERSION );
use vars qw($VERSION @ISA);
$VERSION = '3.30_1';

BEGIN {
Expand Down

0 comments on commit 3f299dc

Please sign in to comment.