Delete all calls to thesaurus_popup.pl, and no more used plugins.
[koha_gimpoz] / Makefile.PL
index 02fd055..2a13a33 100644 (file)
@@ -536,7 +536,8 @@ WriteMakefile(
                             'Biblio::EndnoteStyle'             => 0.05,
                             'CGI'                              => 3.15,
                             'CGI::Carp'                        => 1.29,
-                            'CGI::Session'                     => '4.10',
+                            'CGI::Session'                     => '4.20',
+                            'CGI::Session::Serialize::yaml'    => '4.20',
                             'Class::Factory::Util'             => 1.6,
                             'Class::Accessor'                  => 0.30,
                             'DBD::mysql'                       => 4.004,
@@ -1587,7 +1588,7 @@ sub postamble {
 
             # these directories will be relocated to the 't' directory
             foreach my $dirname ( keys %$target_directories ) {
-                my $dir = $target_directories->{$dirname};
+                my $dir = main::_strip_destdir( $target_directories->{$dirname} );
                 if ( exists $test_suite_override_dirs{$dirname} ) {
                     $dir = main::get_test_dir($dirname);
                 }