Discussion:
[htmltmpl] Writting a Test::More for HTML::Template
Matias Alejo Garcia
2009-07-07 01:39:26 UTC
Permalink
Hello,

I am writing some tests for a web site. I would like to check that all
parameters in a given template have been set to a value (or to undef).

I wonder is anyone could give me a lead about how to implement this in a
good way. Thanks a lot!

matías
--
Ing. Matías Alejo García
Gerente de Producto Confronte.com
Clarín Global
http://confronte.com | http://blog.matiu.com.ar | +54(11) 4546-5397
Matias Alejo Garcia
2009-07-07 12:49:31 UTC
Permalink
Thanks Jason. I love cpan!
http://search.cpan.org/~tmurray/HTML-Template-Dumper-0.1/lib/HTML/Template/Dumper.pm<http://search.cpan.org/%7Etmurray/HTML-Template-Dumper-0.1/lib/HTML/Template/Dumper.pm>
- Jason
Post by Matias Alejo Garcia
Hello,
I am writing some tests for a web site. I would like to check that all
parameters in a given template have been set to a value (or to undef).
I wonder is anyone could give me a lead about how to implement this in a
good way. Thanks a lot!
matías
--
Ing. Matías Alejo García
Gerente de Producto Confronte.com
Clarín Global
http://confronte.com | http://blog.matiu.com.ar | +54(11) 4546-5397
------------------------------------------------------------------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge This is your chance to win up to
$100,000 in prizes! For a limited time, vendors submitting new applications
to BlackBerry App World(TM) will have the opportunity to enter the
http://p.sf.net/sfu/blackberry
------------------------------------------------------------------------
_______________________________________________
Html-template-users mailing list
https://lists.sourceforge.net/lists/listinfo/html-template-users
--
Ing. Matías Alejo García
Gerente de Producto Confronte.com
Clarín Global
http://confronte.com | http://blog.matiu.com.ar | +54(11) 4546-5397
Jason Purdy
2009-07-07 12:11:39 UTC
Permalink
I've heard good things about HTML::Template::Dumper:

http://search.cpan.org/~tmurray/HTML-Template-Dumper-0.1/lib/HTML/Template/Dumper.pm

- Jason
Post by Matias Alejo Garcia
Hello,
I am writing some tests for a web site. I would like to check that all
parameters in a given template have been set to a value (or to undef).
I wonder is anyone could give me a lead about how to implement this in a
good way. Thanks a lot!
matías
--
Ing. Matías Alejo García
Gerente de Producto Confronte.com
Clarín Global
http://confronte.com | http://blog.matiu.com.ar | +54(11) 4546-5397
------------------------------------------------------------------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
------------------------------------------------------------------------
_______________________________________________
Html-template-users mailing list
https://lists.sourceforge.net/lists/listinfo/html-template-users
Loading...