|
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 | |
|---|
| 1 | use strict; |
|---|
| 2 | use lib "../../", "../../inc"; |
|---|
| 3 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 4 | |
|---|
| 5 | name ('Benchmark'); |
|---|
| 6 | version ('0.1'); |
|---|
| 7 | abstract ('Benchmark for Pugs'); |
|---|
| 8 | author ('clkao'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|