[packages/pldcpan] - release as 1.66

qboosh qboosh at pld-linux.org
Fri Jul 28 15:30:24 CEST 2023


commit 0cdbb67cfa96d299dd77ee0888797507a46d7cb7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jul 28 14:31:06 2023 +0200

    - release as 1.66

 pldcpan.pl   | 4 ++--
 pldcpan.spec | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pldcpan.spec b/pldcpan.spec
index 6d619e3..31c48b8 100644
--- a/pldcpan.spec
+++ b/pldcpan.spec
@@ -1,8 +1,8 @@
 Summary:	PLD Linux script to create RPMS from CPAN modules
 Summary(pl.UTF-8):	Skrypt PLD tworzący pakiety RPM z modułów z CPAN
 Name:		pldcpan
-Version:	1.65
-Release:	5
+Version:	1.66
+Release:	1
 License:	GPL
 Group:		Development/Languages/Perl
 Source0:	%{name}.pl
diff --git a/pldcpan.pl b/pldcpan.pl
index 72fb79b..92420a0 100755
--- a/pldcpan.pl
+++ b/pldcpan.pl
@@ -54,7 +54,7 @@ This manual page was composed by Elan Ruusamae <glen at pld-linux.org>
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2004-2008 PLD Linux Distribution
+Copyright (c) 2004-2023 PLD Linux Distribution
 
 This product is free and distributed under the Gnu Public License (GPL).
 
@@ -81,7 +81,7 @@ use LWP::UserAgent   ();
 
 $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
 
-our $VERSION = 1.65;
+our $VERSION = 1.66;
 our %opts;
 GetOptions(\%opts, 'verbose|v', 'modulebuild|B', 'makemaker|M', 'force');
 eval "use Data::Dump qw(pp);" if $opts{verbose};
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pldcpan.git/commitdiff/0cdbb67cfa96d299dd77ee0888797507a46d7cb7



More information about the pld-cvs-commit mailing list