PDL-Algorithm-Center

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "runtime" : {
         "requires" : {
            "Data::Clone" : "0",
            "Data::Visitor::Tiny" : "0",
            "Hash::Wrap" : "0.10",
            "List::Util" : "1.33",
            "PDL" : "0",
            "PDL::Image2D" : "0",
            "PDL::Lite" : "0",
            "PDL::Transform" : "0",
            "Ref::Util" : "0",
            "Safe::Isa" : "0",
            "Scalar::Util" : "0",
            "Try::Tiny" : "0",
            "Type::Library" : "0",
            "Type::Params" : "0",
            "Type::Tiny" : "1.002001",
            "Type::Utils" : "0",
            "Types::Common::Numeric" : "0",
            "Types::PDL" : "0",
            "Types::Standard" : "0",

META.yml  view on Meta::CPAN

    version: '0.15'
requires:
  Data::Clone: '0'
  Data::Visitor::Tiny: '0'
  Hash::Wrap: '0.10'
  List::Util: '1.33'
  PDL: '0'
  PDL::Image2D: '0'
  PDL::Lite: '0'
  PDL::Transform: '0'
  Ref::Util: '0'
  Safe::Isa: '0'
  Scalar::Util: '0'
  Try::Tiny: '0'
  Type::Library: '0'
  Type::Params: '0'
  Type::Tiny: '1.002001'
  Type::Utils: '0'
  Types::Common::Numeric: '0'
  Types::PDL: '0'
  Types::Standard: '0'

Makefile.PL  view on Meta::CPAN

  "NAME" => "PDL::Algorithm::Center",
  "PREREQ_PM" => {
    "Data::Clone" => 0,
    "Data::Visitor::Tiny" => 0,
    "Hash::Wrap" => "0.10",
    "List::Util" => "1.33",
    "PDL" => 0,
    "PDL::Image2D" => 0,
    "PDL::Lite" => 0,
    "PDL::Transform" => 0,
    "Ref::Util" => 0,
    "Safe::Isa" => 0,
    "Scalar::Util" => 0,
    "Try::Tiny" => 0,
    "Type::Library" => 0,
    "Type::Params" => 0,
    "Type::Tiny" => "1.002001",
    "Type::Utils" => 0,
    "Types::Common::Numeric" => 0,
    "Types::PDL" => 0,
    "Types::Standard" => 0,

Makefile.PL  view on Meta::CPAN

  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "List::Util" => "1.33",
  "PDL" => 0,
  "PDL::Core" => 0,
  "PDL::IO::FITS" => 0,
  "PDL::Image2D" => 0,
  "PDL::Lite" => 0,
  "PDL::Transform" => 0,
  "PDL::Ufunc" => 0,
  "Ref::Util" => 0,
  "Safe::Isa" => 0,
  "Scalar::Util" => 0,
  "Test2::V0" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "Type::Library" => 0,
  "Type::Params" => 0,
  "Type::Tiny" => "1.002001",
  "Type::Utils" => 0,
  "Types::Common::Numeric" => 0,

dist.ini  view on Meta::CPAN


[Prereqs]
Data::Clone                = 0
Data::Visitor::Tiny        = 0
Hash::Wrap                 = 0.10
List::Util                 = 1.33
PDL                        = 0
PDL::Image2D               = 0
PDL::Lite                  = 0
PDL::Transform             = 0
Ref::Util                  = 0
Safe::Isa                  = 0
Scalar::Util               = 0
Try::Tiny                  = 0
Type::Library              = 0
Type::Params               = 0
Type::Tiny                 = 1.002001
Type::Utils                = 0
Types::Common::Numeric     = 0
Types::PDL                 = 0
Types::Standard            = 0

lib/PDL/Algorithm/Center.pm  view on Meta::CPAN

require v5.10;

use feature 'state';

our $VERSION = '0.15';

use Carp;

use Try::Tiny;
use Safe::Isa;
use Ref::Util qw< is_arrayref is_ref is_coderef is_hashref >;

use Hash::Wrap ( { -as => '_wrap_hash' } );

use PDL::Algorithm::Center::Failure ':all';

use PDL::Algorithm::Center::Types -all;
use Types::Standard qw[ Optional ArrayRef Undef CodeRef Num ];
use Types::Common::Numeric -types;
use Type::Params qw[ compile_named ];

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

       'runtime' => {
                      'requires' => {
                                      'Data::Clone' => '0',
                                      'Data::Visitor::Tiny' => '0',
                                      'Hash::Wrap' => '0.10',
                                      'List::Util' => '1.33',
                                      'PDL' => '0',
                                      'PDL::Image2D' => '0',
                                      'PDL::Lite' => '0',
                                      'PDL::Transform' => '0',
                                      'Ref::Util' => '0',
                                      'Safe::Isa' => '0',
                                      'Scalar::Util' => '0',
                                      'Try::Tiny' => '0',
                                      'Type::Library' => '0',
                                      'Type::Params' => '0',
                                      'Type::Tiny' => '1.002001',
                                      'Type::Utils' => '0',
                                      'Types::Common::Numeric' => '0',
                                      'Types::PDL' => '0',
                                      'Types::Standard' => '0',



( run in 0.537 second using v1.01-cache-2.11-cpan-a5abf4f5562 )