Acme-CPANAuthors-Czech

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.32 2025-05-22T15:54:29+02:00
 - Add MIK CPAN account.
 - Add RADIUSCZ CPAN account.
 - Rename example files to better names.
 - Update copyright years.

0.31 2023-07-31T12:03:40+02:00
 - Add ATG CPAN account.
 - Add BULB CPAN account.
 - Add DPOKORNY CPAN account.
 - Update Module::Install to 1.21 version.
 - Update copyright years.

0.30 2021-09-16T16:12:02+02:00
 - Add PAJOUT CPAN account.

0.29 2021-03-31T00:17:48+02:00
 - Add PETRIS CPAN account.
 - Add PKUBANEK CPAN account.
 - Add TPODER CPAN account.

0.28 2021-03-19T18:08:11+01:00
 - Add CONTYK CPAN account.

0.27 2021-03-03T21:40:54+01:00
 - Add PCIMPRICH CPAN account.
 - Fix bugtracker.
 - Fix use lib '.' in Makefile.PL.
 - Update copyright years.

0.26 2020-03-10T12:52:38+01:00
 - Add SARFY CPAN account.

0.25 2020-02-29T09:05:05+01:00
 - Update README.

0.24 2020-02-28T20:40:33+01:00
 - Add VARISD CPAN account.
 - Update author github username.
 - Update author name.

0.23 2020-02-28T20:30:57+01:00
 - Add HOLCAPEK CPAN account.
 - Update POD to my standard.
 - Update .travis.yml to reality.
 - Update Module::Install to 1.19 version.
 - Update copyright years.
 - Update my name.

0.22 2016-10-05T07:40:15+02:00
 - Remove name for CHOROBA (pull request from E. Choroba :-)

0.21 2016-09-26T22:09:00+02:00
 - Add name for CHOROBA :-)
 - Fix minimal Perl version check.
 - Update copyright years.

0.20 2015-12-21T12:44:11+01:00
 - Add DOUGLISH CPAN account.

0.19 2015-09-21T22:12:06+02:00
 - Move author tests to xt/ directory.

0.18 2015-08-25T00:53:50+02:00
 - Add TYNOVSKY CPAN account.
 - Update Module::Install to 1.16 version.

0.17 2015-02-12T19:02:23+01:00
 - Add MICHALS CPAN account.
 - Add YENYA CPAN account.
 - Add ZABA CPAN account.

0.16 2015-02-11T08:12:48+01:00
 - Add VASEKD CPAN account.
 - Improve LICENSE AND COPYRIGHT section in doc.
 - Update copyright years.

0.15 2014-12-23T18:18:27+01:00
 - Add JIRA CPAN account.
 - Add name() method to SYNOPSIS section in doc.
 - Sort modules in SYNOPSIS section in doc.
 - Update README file.
 - Update Module::Install to 1.14 version.

0.14 2014-09-08T01:05:04+02:00
 - Add KOLCON CPAN account.

LICENSE  view on Meta::CPAN

Copyright (c) 2011-2025 Michal Josef Špaček
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON

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

	}
}

sub author_from {
	my $self    = shift;
	my $content = Module::Install::_read($_[0]);
	if ($content =~ m/
		=head \d \s+ (?:authors?)\b \s*
		([^\n]*)
		|
		=head \d \s+ (?:licen[cs]e|licensing|copyright|legal)\b \s*
		.*? copyright .*? \d\d\d[\d.]+ \s* (?:\bby\b)? \s*
		([^\n]*)
	/ixms) {
		my $author = $1 || $2;

		# XXX: ugly but should work anyway...
		if (eval "require Pod::Escapes; 1") {
			# Pod::Escapes has a mapping table.
			# It's in core of perl >= 5.9.3, and should be installed
			# as one of the Pod::Simple's prereqs, which is a prereq
			# of Pod::Text 3.x (see also below).



( run in 1.290 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )