Business-NAB

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Exporter::Easy: '0'
  List::Util: '0'
  Module::Load: '0'
  Moose: '0'
  Moose::Role: '0'
  Moose::Util::TypeConstraints: '0'
  Text::CSV_XS: '0'
  XML::LibXML: '0'
  autodie: '0'
  feature: '0'
  namespace::autoclean: '0'
  strict: '0'
  warnings: '0'
version: '0.02'
x_generated_by_perl: v5.42.0
x_serialization_backend: 'YAML::Tiny version 1.76'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

Makefile.PL  view on Meta::CPAN

    "Exporter::Easy" => 0,
    "List::Util" => 0,
    "Module::Load" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "Text::CSV_XS" => 0,
    "XML::LibXML" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "DateTime" => 0,
    "File::Temp" => 0,
    "FindBin" => 0,
    "Test::File::Contents" => 0,
    "Test::Most" => 0,
    "Test::Warnings" => 0

Makefile.PL  view on Meta::CPAN

  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "Test::File::Contents" => 0,
  "Test::Most" => 0,
  "Test::Warnings" => 0,
  "Text::CSV_XS" => 0,
  "XML::LibXML" => 0,
  "autodie" => 0,
  "feature" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

lib/Business/NAB/Acknowledgement/Issue.pm  view on Meta::CPAN


=cut

use strict;
use warnings;
use feature qw/ signatures /;

use Moose;
use Moose::Util::TypeConstraints;
no warnings qw/ experimental::signatures /;
use namespace::autoclean;

=head1 ATTRIBUTES

=over

=item code (Str)

=item detail (Str)

=item itemId (Int)



( run in 0.447 second using v1.01-cache-2.11-cpan-f4bacf6e2b7 )