mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
For Perl 6 we've been promised a "yada yada yada" operator, which makes
|
|
'...' valid syntax for "I'll fill this bit in later.", allowing the code
|
|
to compile, but issue a run-time warning.
|
|
|
|
But, like many of the other things that may or may not happen in Perl 6,
|
|
we can already make this happen in Perl 5.
|
|
|
|
All you need is to 'use Yada::Yada::Yada' and off you go ...
|
|
|
|
WWW: http://search.cpan.org/dist/Yada-Yada-Yada
|