Skip to content

Commit

Permalink
Fix module use issues. Fixes bug#11222
Browse files Browse the repository at this point in the history
Remove bad use line from TaxDriver/EU.pm
Add line for TT2 in testEnvironment.pl
  • Loading branch information
perlDreamer committed Nov 11, 2009
1 parent 053fe47 commit a0d2c23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
@@ -1,5 +1,6 @@
7.7.27
- fixed #11134: Tree Navigation menu colapses sub items of current page, missing JS files added
- fixed #11222: testEnvironment.pl Missing Dependencies

7.7.26
- fixed #11134: Tree Navigation menu colapses sub items of current page
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Shop/TaxDriver/EU.pm
Expand Up @@ -16,7 +16,6 @@ package WebGUI::Shop::TaxDriver::EU;

use strict;

use SOAP::Lite;
use WebGUI::Content::Account;
use WebGUI::TabForm;
use WebGUI::Utility qw{ isIn };
Expand Down
1 change: 1 addition & 0 deletions sbin/testEnvironment.pl
Expand Up @@ -95,6 +95,7 @@ BEGIN
checkModule("HTML::TagFilter", 1.03 );
checkModule("HTML::Template", 2.9 );
checkModule("HTML::Template::Expr", 0.07, 2 );
checkModule("Template::Toolkit", 2.20, 2 );
checkModule("XML::FeedPP", 0.40 );
checkModule("JSON", 2.12 );
checkModule("Config::JSON", "1.3.1" );
Expand Down

0 comments on commit a0d2c23

Please sign in to comment.