IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5161


Ignore:
Timestamp:
Sep 27, 2005, 3:33:33 PM (21 years ago)
Author:
jhoblitt
Message:

basic setup

Location:
trunk/PS-IPP-MetaDB
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-MetaDB

    • Property svn:ignore set to
      Build
      META.yml
      Makefile
      Makefile.PL
      _build
      blib
  • trunk/PS-IPP-MetaDB/Build.PL

    r5082 r5161  
    33
    44Module::Build->new(
    5     module_name     => 'PS::IPP::MetaDB',
     5    module_name         => 'PS::IPP::MetaDB',
     6    dist_version_from   => 'lib/PS/IPP/MetaDB.pm',
     7    author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
     8    license             => 'gpl',
     9    create_makefile_pl  => 'passthrough',
    610    build_requires  => {
    7       'Class::DBI::mysql'  => 0,
     11        'Class::DBI::mysql' => 0,
    812    },
    913)->create_build_script;
Note: See TracChangeset for help on using the changeset viewer.