• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H03-Sep-2005-3924

ChangesH A D03-Sep-2005223 127

MANIFESTH A D03-Sep-2005157 109

META.ymlH A D03-Sep-2005378 1311

Makefile.PLH A D03-Sep-2005583 1512

READMEH A D03-Sep-20051.2 KiB3927

Yada.pmH A D03-Sep-20051.3 KiB597

README

1NAME
2    Yada::Yada::Yada - defer coding to later
3
4SYNOPSIS
5      use Yada::Yada::Yada;
6
7      if ($something_is_true) {
8        ... # I'll fill this in later.
9      }
10
11DESCRIPTION
12    For Perl 6 we've been promised a "yada yada yada" operator, which makes
13    '...' valid syntax for "I'll fill this bit in later.", allowing the code
14    to compile, but issue a run-time warning.
15
16    But, like many of the other things that may or may not happen in Perl 6,
17    we can already make this happen in Perl 5.
18
19    All you need is to 'use Yada::Yada::Yada' and off you go ...
20
21AUTHOR
22    Tony Bowden
23
24BUGS and QUERIES
25    Please direct all correspondence regarding this module to:
26    bug-Yada-Yada-Yada@rt.cpan.org
27
28COPYRIGHT
29      Copyright (C) 2001-2005 Tony Bowden.
30
31      This program is free software; you can redistribute it and/or modify it under
32      the terms of the GNU General Public License; either version 2 of the License,
33      or (at your option) any later version.
34
35      This program is distributed in the hope that it will be useful, but WITHOUT
36      ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
37      FOR A PARTICULAR PURPOSE.
38
39