CXC-Astro-Regions

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "CXC::Types::Astro::Coords" : "0.12",
            "Exporter::Tiny" : "0",
            "Import::Into" : "0",
            "List::Util" : "1.56",
            "Module::Runtime" : "0",
            "Moo" : "2.005004",
            "MooX::StrictConstructor" : "0",
            "Package::Stash" : "0",
            "Package::Variant" : "0",
            "Ref::Util" : "0",
            "Regexp::Common" : "0",
            "Type::Tiny" : "2.002001",
            "Type::Utils" : "0",
            "Types::Common::Numeric" : "0",
            "Types::Common::String" : "0",
            "Types::Standard" : "0",
            "experimental" : "0",
            "namespace::clean" : "0",
            "perl" : "5.020"
         }

META.yml  view on Meta::CPAN

requires:
  CXC::Types::Astro::Coords: '0.12'
  Exporter::Tiny: '0'
  Import::Into: '0'
  List::Util: '1.56'
  Module::Runtime: '0'
  Moo: '2.005004'
  MooX::StrictConstructor: '0'
  Package::Stash: '0'
  Package::Variant: '0'
  Ref::Util: '0'
  Regexp::Common: '0'
  Type::Tiny: '2.002001'
  Type::Utils: '0'
  Types::Common::Numeric: '0'
  Types::Common::String: '0'
  Types::Standard: '0'
  experimental: '0'
  namespace::clean: '0'
  perl: '5.020'
resources:

dist.ini  view on Meta::CPAN

[Prereqs]
CXC::Types::Astro::Coords = 0.12
Exporter::Tiny            = 0
Import::Into              = 0
List::Util                = 1.56
Module::Runtime           = 0
Moo                       = 2.005004
MooX::StrictConstructor   = 0
Package::Stash            = 0
Package::Variant          = 0
Ref::Util                 = 0
Regexp::Common            = 0
Type::Utils               = 0
Type::Tiny                = 2.002001
Types::Common::Numeric    = 0
Types::Common::String     = 0
Types::Standard           = 0
experimental              = 0
namespace::clean          = 0
perl                      = 5.020

lib/CXC/Astro/Regions/CFITSIO/Variant.pm  view on Meta::CPAN


# ABSTRACT: Generate CFITSIO Region classes

use v5.20;
use warnings;
use experimental 'signatures', 'postderef';

our $VERSION = '0.03';

use Module::Runtime 'module_notional_filename';
use Ref::Util qw( is_arrayref );


use Package::Variant
  importing => [ 'Moo', 'MooX::StrictConstructor' ],
  subs      => [qw( has extends around with )];

use constant PREFIX => __PACKAGE__ =~ s/[^:]+$//r;

sub _croak {
    require Carp;

lib/CXC/Astro/Regions/CIAO/Variant.pm  view on Meta::CPAN


# ABSTRACT: Generate CIAO Region classes

use v5.20;
use warnings;
use experimental 'signatures', 'postderef';

our $VERSION = '0.03';

use Module::Runtime 'module_notional_filename';
use Ref::Util qw( is_arrayref );


use Package::Variant
  importing => [ 'Moo', 'MooX::StrictConstructor' ],
  subs      => [qw( has extends around with )];

use constant PREFIX => __PACKAGE__ =~ s/[^:]+$//r;

sub _croak {
    require Carp;

lib/CXC/Astro/Regions/DS9/Variant.pm  view on Meta::CPAN


# ABSTRACT: Generate DS9 Region classes

use v5.20;
use warnings;
use experimental 'signatures', 'postderef';

our $VERSION = '0.03';

use Module::Runtime 'module_notional_filename';
use Ref::Util qw( is_arrayref );


use Package::Variant
  importing => [ 'Moo', 'MooX::StrictConstructor' ],
  subs      => [qw( has extends around with )];

use constant PREFIX => __PACKAGE__ =~ s/[^:]+$//r;

sub _croak {
    require Carp;

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

                      'requires' => {
                                      'CXC::Types::Astro::Coords' => '0.12',
                                      'Exporter::Tiny' => '0',
                                      'Import::Into' => '0',
                                      'List::Util' => '1.56',
                                      'Module::Runtime' => '0',
                                      'Moo' => '2.005004',
                                      'MooX::StrictConstructor' => '0',
                                      'Package::Stash' => '0',
                                      'Package::Variant' => '0',
                                      'Ref::Util' => '0',
                                      'Regexp::Common' => '0',
                                      'Type::Tiny' => '2.002001',
                                      'Type::Utils' => '0',
                                      'Types::Common::Numeric' => '0',
                                      'Types::Common::String' => '0',
                                      'Types::Standard' => '0',
                                      'experimental' => '0',
                                      'namespace::clean' => '0',
                                      'perl' => '5.020'
                                    }



( run in 0.325 second using v1.01-cache-2.11-cpan-4d50c553e7e )