Broadworks-OCIP

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "IO::Socket::INET" : "0",
            "Moose" : "0",
            "Moose::Role" : "0",
            "MooseX::StrictConstructor" : "0",
            "Throwable::Error" : "0",
            "Try::Tiny" : "0",
            "XML::Fast" : "0",
            "XML::Writer" : "0",
            "bytes" : "0",
            "feature" : "0",
            "namespace::autoclean" : "0",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {

META.yml  view on Meta::CPAN

  IO::Socket::INET: '0'
  Moose: '0'
  Moose::Role: '0'
  MooseX::StrictConstructor: '0'
  Throwable::Error: '0'
  Try::Tiny: '0'
  XML::Fast: '0'
  XML::Writer: '0'
  bytes: '0'
  feature: '0'
  namespace::autoclean: '0'
  strict: '0'
  utf8: '0'
  warnings: '0'
resources:
  homepage: https://github.com/nigelm/broadworks-ocip
  repository: https://github.com/nigelm/https://github.com/nigelm/broadworks-ocip.git.git
version: '0.09'
x_Dist_Zilla:
  perl:
    version: '5.030000'

Makefile.PL  view on Meta::CPAN

    "IO::Socket::INET" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "MooseX::StrictConstructor" => 0,
    "Throwable::Error" => 0,
    "Try::Tiny" => 0,
    "XML::Fast" => 0,
    "XML::Writer" => 0,
    "bytes" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.09",

lib/Broadworks/OCIP/Deprecated.pm  view on Meta::CPAN

package Broadworks::OCIP::Deprecated;

# ABSTRACT: Broadworks OCI-P Deprecated autogenerated from XML Schema

use strict;
use warnings;
use utf8;
use namespace::autoclean;
use Function::Parameters;
use Moose::Role;

our $VERSION = '0.09'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY

# ----------------------------------------------------------------------

##
## ASDeprecatedSpecialExceptions

lib/Broadworks/OCIP/Methods.pm  view on Meta::CPAN

package Broadworks::OCIP::Methods;

# ABSTRACT: Broadworks OCI-P Methods autogenerated from XML Schema

use strict;
use warnings;
use utf8;
use namespace::autoclean;
use Function::Parameters;
use Moose;

our $VERSION = '0.09'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY

# ----------------------------------------------------------------------

##
## AS

lib/Broadworks/OCIP/Throwable.pm  view on Meta::CPAN

package Broadworks::OCIP::Throwable;

# ABSTRACT: Exception throwing for Broadworks::OCIP

use strict;
use warnings;
use utf8;
use namespace::autoclean;

our $VERSION = '0.09'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY

use Moose;
extends 'Throwable::Error';


# ------------------------------------------------------------------------

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

                                      'IO::Socket::INET' => '0',
                                      'Moose' => '0',
                                      'Moose::Role' => '0',
                                      'MooseX::StrictConstructor' => '0',
                                      'Throwable::Error' => '0',
                                      'Try::Tiny' => '0',
                                      'XML::Fast' => '0',
                                      'XML::Writer' => '0',
                                      'bytes' => '0',
                                      'feature' => '0',
                                      'namespace::autoclean' => '0',
                                      'strict' => '0',
                                      'utf8' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {

utilities/schema_to_perl.pl  view on Meta::CPAN

    my $set_name   = shift;
    my $deprecated = shift;

    $fh->printf( "package Broadworks::OCIP::%s;\n", $set_name );
    $fh->print("\n");
    $fh->printf( "# ABSTRACT: Broadworks OCI-P %s autogenerated from XML Schema\n", $set_name );
    $fh->print("\n");
    $fh->print("use strict;\n");
    $fh->print("use warnings;\n");
    $fh->print("use utf8;\n");
    $fh->print("use namespace::autoclean;\n");
    $fh->print("use Function::Parameters;\n");

    if ($deprecated) {
        $fh->print("use Moose::Role;\n");
    }
    else {
        $fh->print("use Moose;\n");
    }
    ##$fh->print("#  This file will be too big for perl critic to work well\n");
    ##$fh->print("## no critic\n");

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

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