* Barrie Slaymaker <[EMAIL PROTECTED]> [2002-12-20 10:08]:
> On Fri, Dec 20, 2002 at 09:54:50AM -0500, darren chamberlain wrote:
> >
> > The docs for Template::Provider state:
> >
> > fetch($name)
>
> fetch()ing's the easy part. Even *I* got tha
* Barrie Slaymaker <[EMAIL PROTECTED]> [2002-12-20 09:20]:
> On Fri, Dec 20, 2002 at 09:12:09AM -0500, darren chamberlain wrote:
> > Oh, that's a pretty straightforward (though completely undocumented)
> > one:
>
> heh, it's not straightforward if it's u
* Barrie Slaymaker <[EMAIL PROTECTED]> [2002-12-20 08:52]:
> I've kludged code to peer in to TT2 templates to get at [%META%]
> declarations (it does not allow this by default AFAICS, surprisingly,
> I had to grovel through the template object's guts for meta info), and
> this has proven to be a us
* Nicholas Clark <[EMAIL PROTECTED]> [2002-12-20 08:30]:
> Aargh. A bad pun has landed in my head and demands that I share it:
>
> tePMlate.pm
And templaTe.t for the test skeleton. I like it.
(darren)
--
The higher we soar the smaller we appear to those who cannot fly.
-- Friedrich Niet
* Barrie Slaymaker <[EMAIL PROTECTED]> [2002-12-20 04:05]:
> Part of QA is defining best practices. I've been encoding a few
> operations I use a lot when writing new perl module distributions in
> to script form to make my code and POD more consistent.
This is great. I keep meaning to do someth
$x = $v;
ok(($x == (tied $v)->value), "FETCH works with numbers");
$v = "string";
ok(($v eq "string"), "FETCH works with strings");
=end testing
=cut
AUTHORS
Shane Landrum <[EMAIL PROTECTED]> Darren Chamberlain <[EMAIL PROTECTED]>
SEE ALSO
the Test::Inline::Tutorial manpage
--
The limits of my language mean the limits of my world.
-- Ludwig Wittgenstein