debian/0000755000000000000000000000000011620261603007163 5ustar debian/control0000644000000000000000000000214611620261603010571 0ustar Source: libbusiness-edi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libuniversal-require-perl, libfile-find-rule-perl, liblist-moreutils-perl, libjson-xs-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Ben Webb Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Business-EDI/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-edi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-edi-perl.git Package: libbusiness-edi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-require-perl, libfile-find-rule-perl, liblist-moreutils-perl, libjson-xs-perl, libexporter-easy-perl Description: class for generating U.N. EDI interchange objects The focus of Business::EDI is to provide object based access to EDI messages and subelements. At present, the EDI input processed by Business::EDI objects is JSON from the edi4r ruby library, and there is no EDI output beyond the perl objects themselves. debian/copyright0000644000000000000000000000204311620261603011115 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: Business-EDI Upstream-Contact: Joe Atzberger Source: http://search.cpan.org/dist/Business-EDI/ Files: * Copyright: 2010, Joe Atzberger License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Ben Webb License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511620261603010216 0ustar version=3 http://search.cpan.org/dist/Business-EDI/ .*/Business-EDI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011620261603010612 5ustar debian/patches/series0000644000000000000000000000001611620261603012024 0ustar manpage.patch debian/patches/manpage.patch0000644000000000000000000000164311620261603013247 0ustar Description: reformat manpage so it is parsed by lexgrog correctly Origin: vendor Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=70088 Author: Ben Webb Last-Update: 2011-08-03 --- a/lib/Business/EDI/CodeList.pm +++ b/lib/Business/EDI/CodeList.pm @@ -7,10 +7,10 @@ use Carp; use UNIVERSAL::require; -=head1 Business::EDI::CodeList +=head1 NAME -Abstract object class for UN/EDIFACT objects that do not have further descendant objects and -do have a defined list of legal values. +Business::EDI::CodeList - Abstract object class for UN/EDIFACT objects that do +not have further descendant objects and do have a defined list of legal values. =cut --- a/lib/Business/EDI/Composite.pm +++ b/lib/Business/EDI/Composite.pm @@ -5,6 +5,12 @@ use strict; use warnings; use Carp; +=head1 NAME + +Business::EDI::Composite - EDI Composite class. + +=cut + my $VERSION = 0.03; my $debug; debian/compat0000644000000000000000000000000211620261603010361 0ustar 8 debian/changelog0000644000000000000000000000024511620261603011036 0ustar libbusiness-edi-perl (0.05-1) unstable; urgency=low * Initial Release. (closes: #636374) -- Ben Webb Tue, 09 Aug 2011 12:58:06 +0000 debian/source/0000755000000000000000000000000011620261603010463 5ustar debian/source/format0000644000000000000000000000001411620261603011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611620261603010242 0ustar #!/usr/bin/make -f %: dh $@