freebsd-ports/devel/p5-Function-Fallback-CoreOrPP/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
488 B
Text

Function::Fallback::CoreOrPP provides functions that use non-core XS modules
(for best speed, reliability, feature, etc) but falls back to those that use
core XS or pure-Perl modules when the non-core XS module is not available.
This module helps when you want to bootstrap your Perl application with a
portable, dependency-free Perl script. In a vanilla Perl installation (having
only core modules), you can use App::FatPacker to include non-core pure-Perl
dependencies to your script.