Physics-Ballistics

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "JSON" : "2.00",
            "Math::Trig" : "1.03",
            "perl" : "5.010000"
         }
      },
      "test" : {
         "requires" : {
            "Test::Differences" : "0.60",
            "Test::Most" : "0.20"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/ttkciar/perl-physics-ballistics",
         "web" : "http://github.com/ttkciar/perl-physics-ballistics"

META.yml  view on Meta::CPAN

---
abstract: 'Ballistics Formulae'
author:
  - 'TTKCIAR <ttk@ciar.org>'
build_requires:
  Test::Differences: '0.60'
  Test::Most: '0.20'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Physics-Ballistics

Makefile.PL  view on Meta::CPAN

  "EXE_FILES" => [
    "bin/harness.pl"
  ],
  "LICENSE" => "perl",
  "NAME" => "Physics::Ballistics",
  "PREREQ_PM" => {
    "JSON" => "2.00",
    "Math::Trig" => "1.03"
  },
  "TEST_REQUIRES" => {
    "Test::Differences" => "0.60",
    "Test::Most" => "0.20"
  },
  "VERSION" => "1.03",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "JSON" => "2.00",
  "Math::Trig" => "1.03",
  "Test::Differences" => "0.60",
  "Test::Most" => "0.20"
);


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

cpanfile  view on Meta::CPAN

# The format of this file is described here:
# http://search.cpan.org/~miyagawa/Module-CPANfile/lib/cpanfile.pod

# Most of these were pulled from dist.ini
requires "perl", "5.010";
requires "Math::Trig", "1.03";
requires "JSON", "2.00";
requires "Test::Most", "0.20";
requires "Test::Differences", "0.60";

dist.ini  view on Meta::CPAN

[MetaJSON]
[@Basic]

[Prereqs]
perl       = 5.010000
Math::Trig = 1.03
JSON       = 2.00

[Prereqs / TestRequires]
Test::Most        = 0.20
Test::Differences = 0.60



( run in 0.416 second using v1.01-cache-2.11-cpan-131fc08a04b )