|
Revision 4783, 266 bytes
(checked in by iblech, 4 years ago)
|
|
Usual svn props (including appropriate svn:ignore) added to sri++'s
Module-Pluggable-Fast and HTTP-Server-Lite.
|
-
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 ('Module::Pluggable::Fast'); |
|---|
| 6 | version ('6.00'); |
|---|
| 7 | abstract ('Fast plugins'); |
|---|
| 8 | author ('Sebastian Riedel <sri@oook.de>'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|