Show
Ignore:
Timestamp:
09/29/07 05:35:35 (16 months ago)
Author:
kazuho
Message:

move to DBIx namespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/DBI-Printf/trunk/Makefile.PL

    r299 r304  
    22 
    33WriteMakefile( 
    4     NAME          => 'DBI::Printf', 
    5     VERSION_FROM  => 'lib/DBI/Printf.pm', 
     4    NAME          => 'DBIx::Printf', 
     5    VERSION_FROM  => 'lib/DBIx/Printf.pm', 
    66    PREREQ_PM     => { 
    77        'DBI' => 0, 
    88    }, 
    9     ABSTRACT_FROM => 'lib/DBI/Printf.pm', 
     9    ABSTRACT_FROM => 'lib/DBIx/Printf.pm', 
    1010    AUTHOR        => 'Kazuho Oku', 
    1111);