|
Revision 3392, 271 bytes
(checked in by iblech, 4 years ago)
|
|
Added an experimental fp (functional programming) module, with tests and
documentation.
|
-
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 ('fp'); |
|---|
| 6 | version ('0.0.1'); |
|---|
| 7 | abstract ('Functional programming for Perl 6'); |
|---|
| 8 | author ('Ingo Blechschmidt <iblech@web.de>'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|