aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Best/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Best/pkg-descr')
-rw-r--r--devel/p5-Best/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Best/pkg-descr b/devel/p5-Best/pkg-descr
new file mode 100644
index 000000000000..09b60fc0dc3d
--- /dev/null
+++ b/devel/p5-Best/pkg-descr
@@ -0,0 +1,9 @@
+Often there are several possible providers of some functionality your
+program needs, but you don't know which is available at the run site.
+For example, one of the modules may be implemented with XS, or not in
+the core Perl distribution and thus not necessarily installed.
+
+Best.pm attempts to load modules from a list, stopping at the first
+successful load and failing only if no alternative was found.
+
+WWW: http://search.cpan.org/dist/Best/