Apache-AxKit-Language-Svg2AnyFormat

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# use 5.008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'AUTHOR'	    => 'Tom Schindl <tom.schindl@bestsolution.at>',
    'NAME'          => 'Apache::AxKit::Language::Svg2AnyFormat',
    'VERSION_FROM'  => 'lib/Apache/AxKit/Language/Svg2AnyFormat.pm', # finds $VERSION
    'PREREQ_PM'	    => {
        AxKit         => "1.6.1",
        Image::Magick => "5.55",
        Image::LibRSVG => "0.01",
    },
    'dist' => {
        COMPRESS => "gzip -9",
        SUFFIX   => "gz",

README  view on Meta::CPAN

Image::LibRSVG - Version 0.01 or higher ( http://search.cpan.org/~tomson/?D=D  )

Please note that everything may also work by using libaries with a lower
than the one mentionned above.

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

Copyright (C) 2003-2004 tom.schindl <tom.schindl@bestsolution.at>


lib/Apache/AxKit/Language/Svg2AnyFormat.pm  view on Meta::CPAN

=head1 VERSION

0.03

=head1 SEE ALSO

L<Apache::AxKit::Plugin::SvgCgiSerialize>

=head1 AUTHOR

Tom Schindl <tom.schindl@bestsolution.at>

=cut

lib/Apache/AxKit/Plugin/SvgCgiSerialize.pm  view on Meta::CPAN

=head1 VERSION

0.01

=head1 SEE ALSO

L<Apache::AxKit::Language::Svg2AnyFormat>

=head1 AUTHOR

Tom Schindl <tom.schindl@bestsolution.at>



( run in 0.978 second using v1.01-cache-2.11-cpan-4e96b696675 )