1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
  
     | 
    
      Source: libbusiness-edi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     libfile-find-rule-perl,
                     libjson-xs-perl,
                     liblist-moreutils-perl,
                     libtest-pod-perl,
                     libuniversal-require-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbusiness-edi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbusiness-edi-perl.git
Homepage: https://metacpan.org/release/Business-EDI
Package: libbusiness-edi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl | perl (<< 5.19),
         libexporter-easy-perl,
         libfile-find-rule-perl,
         libjson-xs-perl,
         liblist-moreutils-perl,
         libuniversal-require-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.
 
     |