Astro-FITS-CFITSIO-FileName

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::Vars" : "0.015",
            "Test::Version" : "1"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Exporter::Shiny" : "1.002000",
            "Moo" : "0",
            "MooX::Tag::TO_HASH" : "0.05",
            "Ref::Util" : "0",
            "Scalar::Util" : "0",
            "Text::Balanced" : "0",
            "Type::Library" : "0",
            "Type::Tiny::Class" : "0",
            "Types::Common::Numeric" : "0",
            "Types::Standard" : "0",
            "experimental" : "0",
            "namespace::clean" : "0",
            "overload" : "0",
            "perl" : "5.026003",

META.yml  view on Meta::CPAN

    file: lib/Astro/FITS/CFITSIO/FileName/Regexp.pm
    version: '0.08'
  Astro::FITS::CFITSIO::FileName::Types:
    file: lib/Astro/FITS/CFITSIO/FileName/Types.pm
    version: '0.08'
requires:
  Carp: '0'
  Exporter::Shiny: '1.002000'
  Moo: '0'
  MooX::Tag::TO_HASH: '0.05'
  Ref::Util: '0'
  Scalar::Util: '0'
  Text::Balanced: '0'
  Type::Library: '0'
  Type::Tiny::Class: '0'
  Types::Common::Numeric: '0'
  Types::Standard: '0'
  experimental: '0'
  namespace::clean: '0'
  overload: '0'
  perl: '5.026003'

dist.ini  view on Meta::CPAN

[EnsureChangesHasContent]

; --- Project-specific directives

[AutoPrereqs]

[Prereqs]
Exporter::Shiny        = 1.002000
Moo                    = 0
MooX::Tag::TO_HASH     = 0.05
Ref::Util              = 0
Text::Balanced         = 0
Types::Common::Numeric = 0
namespace::clean       = 0
perl                   = 5.026003

[Prereqs / ConfigureRequires ]
Module::Build::Tiny      = 0

[Prereqs / TestRequires]
Test2::V0 = 0

lib/Astro/FITS/CFITSIO/FileName.pm  view on Meta::CPAN

use v5.26;

use strict;
use warnings;

our $VERSION = '0.08';

use Types::Standard        qw[ Str ArrayRef StrMatch Enum Bool Optional Dict ];
use Types::Common::Numeric qw[ PositiveOrZeroInt PositiveInt ];
use Scalar::Util           qw[ blessed ];
use Ref::Util              qw[ is_arrayref ];

use Astro::FITS::CFITSIO::FileName::Regexp -all;

sub _croak {
    require Carp;
    goto \&Carp::croak;
}

use Moo;

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

                                      'Test::Vars' => '0.015',
                                      'Test::Version' => '1'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Carp' => '0',
                                      'Exporter::Shiny' => '1.002000',
                                      'Moo' => '0',
                                      'MooX::Tag::TO_HASH' => '0.05',
                                      'Ref::Util' => '0',
                                      'Scalar::Util' => '0',
                                      'Text::Balanced' => '0',
                                      'Type::Library' => '0',
                                      'Type::Tiny::Class' => '0',
                                      'Types::Common::Numeric' => '0',
                                      'Types::Standard' => '0',
                                      'experimental' => '0',
                                      'namespace::clean' => '0',
                                      'overload' => '0',
                                      'perl' => '5.026003',

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

( run in 1.107 second using v1.00-cache-2.02-grep-82fe00e-cpan-9f2165ba459b )