mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
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)
6 lines
425 B
Text
6 lines
425 B
Text
The Inline::Python module allows you to put Python source code directly
|
|
"inline" in a Perl script or module. It sets up an in-process Python
|
|
interpreter, runs your code, and then examines Python's symbol table for
|
|
things to bind to Perl. The process of interrogating the Python
|
|
interpreter for globals only occurs the first time you run your Python
|
|
code. The namespace is cached, and subsequent calls use the cached version.
|