Changeset 40683
- Timestamp:
- Apr 10, 2019, 2:10:40 PM (7 years ago)
- Location:
- tags/ipp-ps2-20190404
- Files:
-
- 5 edited
- 4 copied
-
. (modified) (1 prop)
-
Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
-
extperl/DateTime-Format-Builder-0.82.tar.gz (copied) (copied from trunk/extperl/DateTime-Format-Builder-0.82.tar.gz )
-
extperl/Digest-HMAC-1.03.tar.gz (copied) (copied from trunk/extperl/Digest-HMAC-1.03.tar.gz )
-
extperl/Exporter-Tiny-1.002001.tar.gz (copied) (copied from trunk/extperl/Exporter-Tiny-1.002001.tar.gz )
-
extperl/XML-Parser-2.44.tar.gz (copied) (copied from trunk/extperl/XML-Parser-2.44.tar.gz )
-
glueforge/configure.ac (modified) (1 diff)
-
psconfig/tagsets/ipp-3.3.libs (modified) (1 diff)
-
psconfig/tagsets/ipp-3.3.perl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps2-20190404
- Property svn:mergeinfo changed
/trunk merged: 40679-40682
- Property svn:mergeinfo changed
-
tags/ipp-ps2-20190404/Nebulous/lib/Nebulous/Client.pm
r39926 r40683 17 17 use Nebulous::Util qw( :standard ); 18 18 use Params::Validate qw( validate validate_pos SCALAR UNDEF BOOLEAN ); 19 #use SOAP::Lite +trace => [qw( debug )];20 19 use Sys::Hostname; 21 20 use SOAP::Lite; 21 # use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ]; 22 # use SOAP::Lite +trace => [qw( debug )]; 22 23 use Time::HiRes qw( sleep ); 23 24 use URI; … … 88 89 89 90 my $lite = SOAP::Lite->new( 90 proxy => $args{ 'proxy' }, 91 uri => $args{ 'uri' } || "urn:Nebulous/Server/SOAP", 91 proxy => $args{ 'proxy' }, 92 uri => $args{ 'uri' } || "urn:Nebulous/Server/SOAP", 93 # outputxml => 1, 94 # uncomment the above to get a dump of the returned xml 92 95 ); 93 96 -
tags/ipp-ps2-20190404/glueforge/configure.ac
r15793 r40683 24 24 fi 25 25 26 dnl --- swallow --no-as-needed and --optmize 27 IPP_STDOPTS 28 26 29 AC_CONFIG_FILES([ 27 30 Makefile -
tags/ipp-ps2-20190404/psconfig/tagsets/ipp-3.3.libs
r40678 r40683 30 30 lib libpthread NONE NONE NONE NONE N NONE NONE NONE 31 31 lib libncurses curses,termcap NONE ncurses-5.6.tar.gz ncurses-5.6 N NONE NONE NONE 32 lib libreadline NONE NONE readline-5.2-p15.tar.gz readline-5.2-p15 NNONE NONE NONE32 lib libreadline NONE NONE readline-5.2-p15.tar.gz readline-5.2-p15 Y NONE NONE NONE 33 33 lib libz NONE NONE zlib-1.2.3.tar.gz zlib-1.2.3 N --shared NONE NONE 34 34 lib libpng NONE NONE libpng-1.2.15.tar.gz libpng-1.2.15 N NONE NONE NONE -
tags/ipp-ps2-20190404/psconfig/tagsets/ipp-3.3.perl
r40678 r40683 5 5 # | (in ../extperl/) Opts 6 6 # 7 8 # these modules needed by various modules below, so they need to be first 7 9 00 Module::Build Module-Build-0.4224.tar.gz 0 NONE NONE 8 # Module::Build is needed by various modules below, so it needs to be first 10 00 Exporter::Tiny Exporter-Tiny-1.002001.tar.gz 0 NONE NONE 11 00 Digest::HMAC_MD5 Digest-HMAC-1.03.tar.gz 0 NONE NONE 12 00 XML::Parser XML-Parser-2.44.tar.gz 0 NONE NONE 9 13 10 14 # these modules are free of inter-dependencies: … … 28 32 01 File::Listing File-Listing-6.04.tar.gz 0 NONE NONE 29 33 01 File::NFSLock File-NFSLock-1.29.tar.gz 0 NONE NONE 34 01 File::ShareDir File-ShareDir-1.116.tar.gz 0 NONE NONE 30 35 01 File::ShareDir::Install File-ShareDir-Install-0.13.tar.gz 0 NONE NONE 31 36 01 HTTP::Date HTTP-Date-6.02.tar.gz 0 NONE NONE … … 89 94 03g namespace::autoclean namespace-autoclean-0.28.tar.gz 0 NONE NONE -- B::Hooks::EndOfScope, Sub::Identify, Test::Requires, namespace::clean 90 95 03h Params::ValidationCompiler Params-ValidationCompiler-0.30.tar.gz 0 NONE NONE -- Eval::Closure, Exception::Class, Specio, Test2::Plugin::NoWarnings, Test2::Require::Module, Test2::V0, Test::Without::Module 91 03i DateTime::Locale DateTime-Locale-1.24.tar.gz 0NONE NONE -- Role::Tiny, namespace::autoclean, Params::ValidationCompiler96 03i DateTime::Locale DateTime-Locale-1.24.tar.gz 1.24 NONE NONE -- Role::Tiny, namespace::autoclean, Params::ValidationCompiler 92 97 03j DateTime::TimeZone DateTime-TimeZone-2.34.tar.gz 0 NONE NONE -- Class::Singleton, Params::ValidationCompiler, Specio::Library::Builtins, Specio::Library::String, Test::Fatal, Test::Requires, namespace::autoclean, 93 98 03k DateTime DateTime-1.50.tar.gz 0 NONE NONE -- CPAN::Meta::Check, DateTime::Locale, Test::Warnings … … 95 100 # DateTime complains about DateTime::Format::Strptime with unknown format but succeeds 96 101 # DateTime::Format::Strptime requires DateTime 102 103 19 DateTime::Format::Builder DateTime-Format-Builder-0.82.tar.gz 0 NONE NONE -- unknown 104 03m DateTime::Format::ISO8601 DateTime-Format-ISO8601-0.08.tar.gz 0 NONE NONE -- DateTime? 97 105 98 106 04a Data::Validate::IP Data-Validate-IP-0.27.tar.gz 0 NONE NONE -- NetAddr::IP, Test::Requires
Note:
See TracChangeset
for help on using the changeset viewer.
