Any-Renderer

 view release on metacpan or  search on metacpan

lib/Any/Renderer/JavaScript/Anon.pm  view on Meta::CPAN

package Any::Renderer::JavaScript::Anon;

# $Id: Anon.pm,v 1.9 2006/08/21 08:30:24 johna Exp $

use strict;
use vars qw($VERSION %Formats);
use Data::JavaScript::Anon;

$VERSION = sprintf"%d.%03d", q$Revision: 1.9 $ =~ /: (\d+)\.(\d+)/;
%Formats = map {$_ => 1} @{available_formats()};

sub new
{

lib/Any/Renderer/JavaScript/Anon.pm  view on Meta::CPAN

Does not apply when using C<JSON> format.

=back

=head1 SEE ALSO

L<Data::JavaScript::Anon>, L<Any::Renderer>

=head1 VERSION

$Revision: 1.9 $ on $Date: 2006/08/21 08:30:24 $ by $Author: johna $

=head1 AUTHOR

Matt Wilson E<lt>matthew.wilson@bbc.co.ukE<gt>

=head1 COPYRIGHT

(c) BBC 2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.

See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt



( run in 1.366 second using v1.01-cache-2.11-cpan-7add2cbd662 )