Changeset 299

Show
Ignore:
Timestamp:
02/16/08 17:14:47 (5 months ago)
Author:
ingy
Message:
Make the Makefile.PL better.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ingy/JS-YAML/Makefile.PL

    r297 r299  
    11use inc::Module::Install; 
    2 name            'JS-YAML'; 
    3 all_from        'lib/JS/YAML.pod'; 
     2name     'JS-YAML'; 
     3abstract 'YAML Data Serialization for JavaScript'; 
     4version  '0.11'; 
     5license  'lgpl'; 
     6all_from 'lib/JS/YAML.pod'; 
    47WriteAll;