CFDI
view release on metacpan or search on metacpan
Changes
Makefile.PL
MANIFEST
README
t/CFDI.t
lib/CFDI.pm
lib/CFDI/Constants/Class.pm
lib/CFDI/Location/XPath.pm
lib/CFDI/Macros/Excel.pm
lib/CFDI/Output/CSV.pm
lib/CFDI/Parser/Path.pm
lib/CFDI/Parser/XML.pm
lib/CFDI/Regex/XML.pm
lib/CFDI/Report/Default.pm
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
lib/CFDI.pm view on Meta::CPAN
package CFDI;
use strict;
use CFDI::Macros::Excel;
require Exporter;
our @EXPORT = qw(xcel xcel2 xcel3 xcel4 xcel5 excel excel2 excel3 excel4 excel5);
our @ISA = qw(Exporter);
our $VERSION = 0.2;
1;
__END__
=head1 NAME
lib/CFDI/Macros/Excel.pm view on Meta::CPAN
package CFDI::Macros::Excel;
use strict;
use CFDI::Parser::Path;
use CFDI::Parser::XML;
use CFDI::Location::XPath;
use CFDI::Report::Default;
use CFDI::Output::CSV;
require Exporter;
( run in 0.744 second using v1.01-cache-2.11-cpan-49f99fa48dc )