repo.or.cz
/
pugs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git]
/
ext
/
Module-Pluggable-Fast
/
Makefile.PL
blob
95300f89149cfa2f8d46614c524d465bf40cf468
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);