Software Freedom Law Center

Changeset 69

Show
Ignore:
Timestamp:
04/27/08 20:56:35 (4 months ago)
Author:
bkuhn
Message:

r75@hughes: bkuhn | 2008-04-27 20:16:40 -0400

  • improve Makfile.PL to be correct about Text.pm and to include dependencies
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/pdfdiff/Perl/Makefile.PL

    r64 r69  
    2626WriteMakefile( 
    2727    PREREQ_FATAL => 1, 
     28   PREREQ_PM => { 
     29      'PDF::OCR'                                         => '1.7' 
     30   }, 
    2831    MAKEFILE => "Makefile.perl-generated", 
    29     NAME           => 'PDF::Diff', 
    30     VERSION_FROM   => "Version.pm", 
     32    NAME           => 'PDF::Extract::Text', 
     33    VERSION_FROM   => "lib/PDF/Extract/Text/Version.pm.in", 
    3134 
    3235    AUTHOR         => 'Bradley M. Kuhn <bkuhn@ebb.org>', 
    33     ABSTRACT_FROM  => "Diff.pm", 
     36    ABSTRACT_FROM  => "lib/PDF/Extract/Text.pm", 
    3437 
    35     clean => {FILES => "lib/PDF/Diff/*~"}, 
     38    clean => {FILES => "lib/PDF/Extract/Text/*~"}, 
    3639); 

SFLC Main Page

[frdm] Support SFLC