SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/p5-Module-Implementation/pkg/DESCR
Normal file
9
devel/p5-Module-Implementation/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
This module abstracts out the process of choosing one of several
|
||||
underlying implementations for a module. This can be used to provide XS
|
||||
and pure Perl implementations of a module, or it could be used to load
|
||||
an implementation for a given OS or any other case of needing to provide
|
||||
multiple implementations.
|
||||
|
||||
This module is only useful when you know all the implementations ahead
|
||||
of time. If you want to load arbitrary implementations then you probably
|
||||
want something like a plugin system, not this module.
|
2
devel/p5-Module-Implementation/pkg/PLIST
Normal file
2
devel/p5-Module-Implementation/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Module/Implementation.pm
|
||||
@man man/man3p/Module::Implementation.3p
|
Loading…
Add table
Add a link
Reference in a new issue