Ignore:
Timestamp:
Jul 31, 2008 9:20:59 AM (16 years ago)
Author:
gah
Message:

fix for perl, ruby bindings; visviewer SendBytes? method sends all data at once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/perl/Makefile.PL.in

    r1027 r1081  
    122122    NAME              => 'Rappture',
    123123    PREFIX            => '@prefix@',
    124     VERSION_FROM      => '@srcdir@/lib/Rappture.pm', # finds $VERSION
     124    VERSION_FROM      => './lib/Rappture.pm', # finds $VERSION
    125125    PREREQ_PM         => {}, # e.g., Module::Name => 1.1
    126126    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
    127       (ABSTRACT_FROM  => '@srcdir@/lib/Rappture.pm', # retrieve abstract from module
     127      (ABSTRACT_FROM  => './lib/Rappture.pm', # retrieve abstract from module
    128128       AUTHOR         => 'Nicholas J. Kisseberth') : ()),
    129129    LIBS              => ["@LIBS"],
Note: See TracChangeset for help on using the changeset viewer.