X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=5e576d8dff2971917862324d03a5cf02a8a1f35b;hb=25f6fa45819d03ada459b6e71017ecc84ed7326e;hp=d4f5e85dfb63ce61003992e9032c75448f46a520;hpb=26ac8634db48d9074f8bc3e69b8b54b77955060d;p=koha.git diff --git a/Makefile.PL b/Makefile.PL index d4f5e85dfb..5e576d8dff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -525,7 +525,7 @@ my %test_suite_override_dirs = ( WriteMakefile( NAME => 'koha', - VERSION => '3.00.01-stable', + VERSION => '3.00.03', #VERSION_FROM => 'kohaversion.pl', ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC', AUTHOR => 'Koha Developers ', @@ -556,6 +556,7 @@ WriteMakefile( 'HTML::Template::Pro' => 0.69, 'HTML::Scrubber' => 0.08, 'HTTP::Cookies' => 1.39, + 'HTTP::OAI' => 3.20, 'HTTP::Request::Common' => 1.26, 'JSON' => 2.07, # Needed by admin/item_circulation_alerts.pl 'LWP::Simple' => 1.41, @@ -599,6 +600,7 @@ WriteMakefile( 'XML::LibXML' => 1.59, 'XML::LibXSLT' => 1.59, 'XML::SAX::ParserFactory' => 1.01, + 'XML::SAX::Writer' => 0.44, 'XML::Simple' => 2.14, 'XML::RSS' => 1.31, 'YAML::Syck' => 0.71, @@ -1414,7 +1416,7 @@ sub install { # installation and uninstallation targets. # If installation is on Win32, we need to do permissions different from *nix - if ( $^O =~ /darwin|linux|cygwin|freebsd/ ) { # this value needs to be verified for each platform and modified accordingly + if ( $^O =~ /darwin|linux|cygwin|freebsd|solaris/ ) { # this value needs to be verified for each platform and modified accordingly foreach my $key (sort keys %$target_directories) { $install .= qq( KOHA_INST_$key = blib/$key