Acme-Perl-Consensual

 view release on metacpan or  search on metacpan

COPYRIGHT  view on Meta::CPAN

Files: inc/Module/Install/Makefile.pm
Copyright: Copyright 2002, 2003, 2004 Audrey Tang and Brian Ingerson.
License: GPL-1.0+ or Artistic-1.0

Files: lib/Acme/Perl/Consensual.pm
Copyright: This software is copyright (c) 2012-2013 by Toby Inkster.
License: GPL-1.0+ or Artistic-1.0

Files: COPYRIGHT
Copyright: None
License: public-domain
Comment: This file! Automatically generated.

Files: inc/Module/Install/Package.pm
Copyright: Copyright (c) 2011. Ingy doet Net.
License: GPL-1.0+ or Artistic-1.0

Files: inc/Module/Install/Base.pm
Copyright: Copyright 2003, 2004 by Audrey Tang <autrijus@autrijus.org>.
License: GPL-1.0+ or Artistic-1.0

Changes  view on Meta::CPAN

Home page:    <https://metacpan.org/release/Acme-Perl-Consensual>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Acme-Perl-Consensual>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.002  2013-05-18

 - (Bugfix) LC_ALL is supposed to override all other LC_* variables.
   ++$MAUKE
 - (Update) perlhist data includes up to 5.18.0.

0.001  2012-07-30  # first public release

 - (Update) perlhist data includes some 5.17.x release dates.

0.000_02  2012-07-26

 - Bundle perlhist info in __DATA__.

0.000_01  2012-07-05  # Preview release


META.ttl  view on Meta::CPAN

			a dcs:Change;
			rdfs:label "Bundle perlhist info in __DATA__.";
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Acme-Perl-Consensual-0.000_02.tar.gz>;
	doap:revision     "0.000_02"^^xsd:string.

dist:v_0-001
	a                 doap:Version;
	rdfs:label        "first public release"@en;
	dc:identifier     "Acme-Perl-Consensual-0.001"^^xsd:string;
	dc:issued         "2012-07-30"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Update;
			rdfs:label "perlhist data includes some 5.17.x release dates.";
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Acme-Perl-Consensual-0.001.tar.gz>;

inc/Module/Install/Metadata.pm  view on Meta::CPAN

		/xms
	);
}

sub __extract_license {
	my $license_text = shift or return;
	my @phrases      = (
		'(?:under )?the same (?:terms|license) as (?:perl|the perl (?:\d )?programming language)' => 'perl', 1,
		'(?:under )?the terms of (?:perl|the perl programming language) itself' => 'perl', 1,
		'Artistic and GPL'                   => 'perl',         1,
		'GNU general public license'         => 'gpl',          1,
		'GNU public license'                 => 'gpl',          1,
		'GNU lesser general public license'  => 'lgpl',         1,
		'GNU lesser public license'          => 'lgpl',         1,
		'GNU library general public license' => 'lgpl',         1,
		'GNU library public license'         => 'lgpl',         1,
		'GNU Free Documentation license'     => 'unrestricted', 1,
		'GNU Affero General Public License'  => 'open_source',  1,
		'(?:Free)?BSD license'               => 'bsd',          1,
		'Artistic license 2\.0'              => 'artistic_2',   1,
		'Artistic license'                   => 'artistic',     1,
		'Apache (?:Software )?license'       => 'apache',       1,
		'GPL'                                => 'gpl',          1,
		'LGPL'                               => 'lgpl',         1,
		'BSD'                                => 'bsd',          1,
		'Artistic'                           => 'artistic',     1,

meta/changes.pret  view on Meta::CPAN


`Acme-Perl-Consensual 0.000_02 cpan:TOBYINK`
	issued  2012-07-26;
	changeset [
		item "Bundle perlhist info in __DATA__."^^Change;
	];
	.

`Acme-Perl-Consensual 0.001 cpan:TOBYINK`
	issued  2012-07-30;
	label   "first public release"@en;
	changeset [
		item "perlhist data includes some 5.17.x release dates."^^Update;
	];
	.

`Acme-Perl-Consensual 0.002 cpan:TOBYINK`
	issued  2013-05-18;
	changeset [
		item "perlhist data includes up to 5.18.0."^^Update;
		item [



( run in 0.441 second using v1.01-cache-2.11-cpan-64827b87656 )