App-KamstrupKemSplit

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "runtime" : {
         "requires" : {
            "Archive::Zip" : "0",
            "Crypt::Rijndael" : "0",
            "Exporter" : "0",
            "Getopt::Long" : "0",
            "Log::Log4perl" : "0",
            "MIME::Base64" : "0",
            "Modern::Perl" : "0",
            "Pod::Usage" : "0",
            "Text::CSV" : "0",
            "XML::Simple" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {

META.yml  view on Meta::CPAN

  App::KamstrupKemSplit:
    file: lib/App/KamstrupKemSplit.pm
    version: '0.007'
requires:
  Archive::Zip: '0'
  Crypt::Rijndael: '0'
  Exporter: '0'
  Getopt::Long: '0'
  Log::Log4perl: '0'
  MIME::Base64: '0'
  Modern::Perl: '0'
  Pod::Usage: '0'
  Text::CSV: '0'
  XML::Simple: '0'
resources:
  bugtracker: https://github.com/hollie/app-kamstrupkemsplit-perl/issues
  repository: git://github.com/hollie/app-kamstrupkemsplit-perl.git
version: '0.007'
x_Dist_Zilla:
  perl:
    version: '5.036001'

Makefile.PL  view on Meta::CPAN

  ],
  "LICENSE" => "perl",
  "NAME" => "App::KamstrupKemSplit",
  "PREREQ_PM" => {
    "Archive::Zip" => 0,
    "Crypt::Rijndael" => 0,
    "Exporter" => 0,
    "Getopt::Long" => 0,
    "Log::Log4perl" => 0,
    "MIME::Base64" => 0,
    "Modern::Perl" => 0,
    "Pod::Usage" => 0,
    "Text::CSV" => 0,
    "XML::Simple" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0,
    "strict" => 0,
    "warnings" => 0

lib/App/KamstrupKemSplit.pm  view on Meta::CPAN

package App::KamstrupKemSplit;

our $VERSION = '0.007'; # VERSION
# ABSTRACT: Helper functions for the Kamstrup KEM file splitter application

use Modern::Perl;
use Log::Log4perl qw(:easy);
use Text::CSV;
use Archive::Zip qw(:ERROR_CODES);
use XML::Simple;
use Crypt::Rijndael;
use MIME::Base64;
use Exporter qw(import);
our @EXPORT = qw(split_order read_config unzip_kem decode_kem parse_xml_string_to_data write_xml_output write_kem2_xml_output);

=head1 DESCRIPTION

t/00-report-prereqs.dd  view on Meta::CPAN

                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Archive::Zip' => '0',
                                      'Crypt::Rijndael' => '0',
                                      'Exporter' => '0',
                                      'Getopt::Long' => '0',
                                      'Log::Log4perl' => '0',
                                      'MIME::Base64' => '0',
                                      'Modern::Perl' => '0',
                                      'Pod::Usage' => '0',
                                      'Text::CSV' => '0',
                                      'XML::Simple' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.753 second using v1.00-cache-2.02-grep-82fe00e-cpan-d29e8ade9f55 )