Skip to content

Commit

Permalink
Merge pull request #309 from haarg/remove-import-args
Browse files Browse the repository at this point in the history
remove extraneous arguments when loading Template
  • Loading branch information
abw authored Jul 22, 2023
2 parents 09a2e07 + 74366fe commit 5806c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Template/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package Template::Test;

use strict;
use warnings;
use Template qw( :template );
use Template;
use Exporter;

use constant MSWin32 => $^O eq 'MSWin32';
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Tutorial/Web.pod
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ module. That module might look something like this:
use strict;
use Apache::Constants qw( :common );
use Template qw( :template );
use Template;
use CGI;
our $VERSION = 1.59;
Expand Down

0 comments on commit 5806c50

Please sign in to comment.