Type-Libraries

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

==============

Created:      2013-09-18
Home page:    <https://metacpan.org/release/Type-Libraries>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Type-Libraries>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.002	2013-10-17

 [ Bug Fixes ]
 - Fix missing dependency on Module::Runtime.
   Fixes RT#89581.
   Andreas J. König++
   <https://rt.cpan.org/Ticket/Display.html?id=89581>

0.001	2013-09-30	Initial release

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "6.17"
         }
      },
      "develop" : {
         "recommends" : {
            "Dist::Inkt" : "0.001"
         }
      },
      "runtime" : {
         "requires" : {
            "Module::Runtime" : "0",
            "Type::Library" : "0.028",
            "Type::Utils" : "0.028"
         }
      },
      "test" : {
         "recommends" : {
            "MooseX::Types::Common" : "0.001009",
            "MouseX::Types::Common" : "0.001000"
         },
         "requires" : {

META.yml  view on Meta::CPAN

    - examples
    - inc
    - t
    - xt
optional_features: {}
provides:
  Type::Libraries:
    file: lib/Type/Libraries.pm
    version: 0.002
requires:
  Module::Runtime: 0
  Type::Library: 0.028
  Type::Utils: 0.028
resources:
  X_identifier: http://purl.org/NET/cpan-uri/dist/Type-Libraries/project
  bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=Type-Libraries
  homepage: https://metacpan.org/release/Type-Libraries
  license: http://dev.perl.org/licenses/
  repository: https://github.com/tobyink/p5-type-libraries
version: 0.002

Makefile.PL  view on Meta::CPAN

                        url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
                        version => 2,
                      },
  "name"           => "Type-Libraries",
  "no_index"       => { directory => ["eg", "examples", "inc", "t", "xt"] },
  "prereqs"        => {
                        configure => { requires => { "ExtUtils::MakeMaker" => 6.17 } },
                        develop   => { recommends => { "Dist::Inkt" => 0.001 } },
                        runtime   => {
                                       requires => {
                                         "Module::Runtime" => 0,
                                         "Type::Library"   => 0.028,
                                         "Type::Utils"     => 0.028,
                                       },
                                     },
                        test      => {
                                       recommends => {
                                                       "MooseX::Types::Common" => 0.001009,
                                                       "MouseX::Types::Common" => "0.001000",
                                                     },
                                       requires   => {

doap.ttl  view on Meta::CPAN


<http://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/Type-Libraries/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:develop-recommendation [ doap-deps:on "Dist::Inkt 0.001"^^doap-deps:CpanId ];
	doap-deps:runtime-requirement [
		doap-deps:on "Type::Library 0.028"^^doap-deps:CpanId;
	], [ doap-deps:on "Type::Utils 0.028"^^doap-deps:CpanId ], [ doap-deps:on "Module::Runtime"^^doap-deps:CpanId ];
	doap-deps:test-recommendation [
		doap-deps:on "MouseX::Types::Common 0.001000"^^doap-deps:CpanId;
	], [
		doap-deps:on "MooseX::Types::Common 0.001009"^^doap-deps:CpanId;
	];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [
		doap-deps:on "Test::Requires 0.06"^^doap-deps:CpanId;
	], [
		doap-deps:on "Test::TypeTiny 0.028"^^doap-deps:CpanId;
	], [

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

( run in 1.132 second using v1.00-cache-2.02-grep-82fe00e-cpan-58dc6251afda )