Name : perl-Perl6-Perldoc
| |
Version : 0.000013
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 18:18:31
|
Group : Development/Libraries/Perl
| Source RPM : perl-Perl6-Perldoc-0.000013-lp155.1.1.src.rpm
|
Size : 0.37 MB
| |
Packager : https://www_suse_com/
| |
Summary : Use Perl 6 documentation in a Perl 5 program
|
Description :
This module preprocesses your code from the point at which the module is first used, stripping out any Perl 6 documentation (as specified in Synopsis 26).
This means that, so long as your program starts with:
use Perl6::Perldoc;
you can document it using the new Pod mark-up notation and it will still run correctly under the Perl 5 interpreter.
In addition, the module detects any \'=DATA\' sections in the stripped documentation and makes them available to your program in three ways:
* *
As a single concatentated string, in the \'$DATA\' package variable
* *
As a sequence of strings (one per \'=DATA\' block) in the \'AATTDATA\' package variable
* *
As a single concatenated input stream in the \'*DATA\' filehandle.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.5/noarch |