Acme-SList-XSLT
view release on metacpan or search on metacpan
---
abstract: 'Perform XSLT transparently between XML::LibXSLT and Win32::MinXSLT '
author:
- 'Klaus Eichner <klaus03@gmail.com>'
build_requires:
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.142060'
license: perl
meta-spec:
Makefile.PL view on Meta::CPAN
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Perform XSLT transparently between XML::LibXSLT and Win32::MinXSLT ",
"AUTHOR" => "Klaus Eichner <klaus03\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-SList-XSLT",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Acme::SList::XSLT",
"PREREQ_PM" => {
"Win32::MinXSLT" => 0,
This archive contains the distribution Acme-SList-XSLT,
version 0.04:
Perform XSLT transparently between XML::LibXSLT and Win32::MinXSLT
This software is copyright (c) 2015 by Klaus Eichner.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
lib/Acme/SList/XSLT.pm view on Meta::CPAN
sub module { $mod_xml; }
sub new { $mod_xml->new; }
1;
__END__
=head1 NAME
Acme::SList::XSLT - Perform XSLT transparently between XML::LibXSLT and Win32::MinXSLT
=head1 SYNOPSIS
use Acme::SList::XSLT;
print "XSLT Module being used is: ", Acme::SList::XSLT->module, "\n";
print "XML Module being used is: ", Acme::SList::XML->module, "\n";
print "\n";
my $parser = Acme::SList::XML->new();
( run in 1.692 second using v1.01-cache-2.11-cpan-4d50c553e7e )