Alien-DjVuLibre

 view release on metacpan or  search on metacpan

DjVuLibre.pm  view on Meta::CPAN

package Alien::DjVuLibre;

use parent qw(Alien::Base);
use strict;
use warnings;

our $VERSION = 0.07;

1;

__END__

=encoding UTF-8

META.json  view on Meta::CPAN

            "Alien::Build::Plugin::Decode::SourceForge" : "0",
            "Alien::Build::Plugin::PkgConfig::Negotiate" : "0",
            "ExtUtils::MakeMaker" : "6.76",
            "File::Which" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "Alien::Build" : "0.25",
            "parent" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Alien" : "0",
            "Test::Alien::Diag" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0"

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-DjVuLibre
no_index:
  directory:
    - t
    - inc
requires:
  Alien::Base: '0'
  Alien::Build: '0.25'
  parent: '0'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/michal-josef-spacek/Alien-DjVuLibre/issues
  repository: https://github.com/michal-josef-spacek/Alien-DjVuLibre
version: '0.07'
x_alienfile:
  generated_by: 'Alien::Build::MM version 2.80'
  requires:
    share:

Makefile.PL  view on Meta::CPAN

	'LICENSE' => 'bsd',
	'META_MERGE' => {
		'resources' => {
			'bugtracker' => 'https://github.com/michal-josef-spacek/Alien-DjVuLibre/issues',
			'repository' => 'https://github.com/michal-josef-spacek/Alien-DjVuLibre',
		},
	},
	'NAME' => 'Alien::DjVuLibre',
	'PREREQ_PM' => {
		'Alien::Base' => 0,
		'parent' => 0,
		'strict' => 0,
		'warnings' => 0,
	},
	( ! exists $ENV{CI} ? ( 'SIGN' => 1 ) : () ),
	'TEST_REQUIRES' => {
		'Test::Alien' => 0,
		'Test::Alien::Diag' => 0,
		'Test::More' => 0,
		'Test::NoWarnings' => 0,
	},



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