IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40507


Ignore:
Timestamp:
Jul 10, 2018, 5:42:11 PM (8 years ago)
Author:
eugene
Message:

add new perl modules

Location:
trunk/psconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r34087 r40507  
    114114    system ("pscheckmods $module $modver");
    115115    if (($? == 0) and not defined $force{$module} and not defined $force{'all'}) {
    116         # print "$module: found\n";
     116        print "$module: found\n";
    117117        next;
    118118    }
     
    132132    chdir "../extperl" or die "Unable to find ../extperl directory.";
    133133
    134     print "extract $module from $tarball\n";
     134    print "--- extract $module from $tarball ---\n";
    135135    vsystem ("tar xvzf $tarball");
    136136
  • trunk/psconfig/tagsets/ipp-3.2.perl

    r40500 r40507  
    2121  03q   File::ShareDir::Install        File-ShareDir-Install-0.13.tar.gz        0              NONE      NONE
    2222
    23   03    DateTime::TimeZone             DateTime-TimeZone-0.59.tar.gz            0              NONE      NONE
     23## Warning: prerequisite CPAN::Meta::Check 0.011 not found.
     24## Warning: prerequisite Dist::CheckConflicts 0.02 not found.
     25## Warning: prerequisite File::ShareDir 0 not found.
     26## Warning: prerequisite Params::ValidationCompiler 0.13 not found.
     27## Warning: prerequisite Specio::Declare 0 not found.
     28## Warning: prerequisite Specio::Library::String 0 not found.
     29## Warning: prerequisite Test::Fatal 0 not found.
     30## Warning: prerequisite Test::File::ShareDir::Dist 0 not found.
     31## Warning: prerequisite Test::Requires 0 not found.
     32## Warning: prerequisite Test::Warnings 0 not found.
     33## Warning: prerequisite namespace::autoclean 0.19 not found.
     34
    2435# 04    DateTime::Locale               DateTime-Locale-0.33.tar.gz              0              NONE      NONE
    2536# 04    DateTime::Locale               DateTime-Locale-0.44.tar.gz              0              NONE      NONE
    26   05b   DateTime::Locale               DateTime-Locale-1.22.tar.gz              1.06           NONE      NONE # 1.06
    2737
    28   05    Time::Local                    Time-Local-1.17.tar.gz                   0              NONE      NONE
     38    05a Module::Runtime Module-Runtime-0.016.tar.gz 0 NONE NONE
     39    05a Test::Fatal Test-Fatal-0.014.tar.gz 0 NONE NONE
     40   
     41  05a Class::Inspector Class-Inspector-1.32.tar.gz 0 NONE NONE
     42
     43  05a File::ShareDir File-ShareDir-1.116.tar.gz             0              NONE      NONE
     44  05a Test::File::ShareDir::Dist Test-File-ShareDir-1.001002.tar.gz             0              NONE      NONE
     45
    2946
    3047  05a   CPAN::Meta::Check              CPAN-Meta-Check-0.014.tar.gz             0              NONE      NONE # 0.011
    31   05c   DateTime::TimeZone             DateTime-TimeZone-2.19.tar.gz            2.02           NONE      NONE # 2.02
     48# 05c   DateTime::TimeZone             DateTime-TimeZone-2.19.tar.gz            2.02           NONE      NONE # 2.02
    3249  05d   Dist::CheckConflicts           Dist-CheckConflicts-0.11.tar.gz          0              NONE      NONE # 0.02
    3350  05f   Specio                         Specio-0.42.tar.gz                       0              NONE      NONE # 0.18
     
    6077  05q   Test2                          Test-Simple-1.302136.tar.gz              0              NONE      NONE
    6178  05e   Params::ValidationCompiler     Params-ValidationCompiler-0.27.tar.gz    0              NONE      NONE # 0.26
     79
     80  03    DateTime::TimeZone             DateTime-TimeZone-0.59.tar.gz            0              NONE      NONE
     81  05b   DateTime::Locale               DateTime-Locale-1.22.tar.gz              1.06           NONE      NONE # 1.06
     82  05    Time::Local                    Time-Local-1.17.tar.gz                   0              NONE      NONE
    6283
    6384# 06    DateTime                       DateTime-0.36.tar.gz                     0              NONE      NONE
     
    145166  73    DBI                            DBI-1.622.tar.gz                         1.622          NONE      NONE
    146167# version 4.021 updates sv_undef and related to new namespace (PL_*) (needed as of Perl 5.13.XX)
    147   71    DBD::mysql                     DBD-mysql-4.021.tar.gz                   4.021          NONE      NONE
     168# 71    DBD::mysql                     DBD-mysql-4.021.tar.gz                   4.021          NONE      NONE
     169  71    DBD::mysql                     DBD-mysql-4.046.tar.gz                   4.046          NONE      NONE
    148170
    149171# 74    Net::Server::Daemonize         Net-Server-0.97.tar.gz                   0.05           NONE      NONE
Note: See TracChangeset for help on using the changeset viewer.