root/ext/Benchmark/Makefile.PL

Revision 3915, 233 bytes (checked in by iblech, 4 years ago)

* Usual svn properties added to ext/Benchmark, and

ext/Perl-MetaModel/Perl?-MetaModel?, and t/unspecced/p5/roundtrip.t.

* Fixed anon_block.t (the usual eval_is with lexival vars thing).

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use lib "../../", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Benchmark');
6version    ('0.1');
7abstract   ('Benchmark for Pugs');
8author     ('clkao');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.