]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- release as 1.66 master auto/th/pldcpan-1.66-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jul 2023 12:31:06 +0000 (14:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jul 2023 12:31:06 +0000 (14:31 +0200)
pldcpan.pl
pldcpan.spec

index 72fb79b28cfcfffe9a2491ac7b6cd28af8589c68..92420a095343cb20ffee26bb650eca02c6ccd4de 100755 (executable)
@@ -54,7 +54,7 @@ This manual page was composed by Elan Ruusamae <glen@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};
index 6d619e30bb45cc6c057893e5bba417aa408e86b1..31c48b8bac4e97525761e416758235f605b6d44c 100644 (file)
@@ -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
This page took 0.07968 seconds and 4 git commands to generate.