Fix module use issues. Fixes bug#11222
Remove bad use line from TaxDriver/EU.pm Add line for TT2 in testEnvironment.pl
This commit is contained in:
parent
a182524fe9
commit
727348a1c9
3 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
- fixed #11205: DataTable borked in IE
|
||||
- fixed #11215: Los Angeles cannot be default timezone
|
||||
- fixed #11220: Map asset badly broken
|
||||
- fixed #11222: testEnvironment.pl Missing Dependencies
|
||||
|
||||
7.8.4
|
||||
- Fixed a compatibility problem between WRE and new Spectre code.
|
||||
|
|
|
|||
|
|
@ -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 };
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ checkModule("HTML::Highlight", 0.20 );
|
|||
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" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue