update version to 3.45
This commit is contained in:
parent
45c6db06f0
commit
c15f3399ba
Binary file not shown.
BIN
Pod-Simple-3.45.tar.gz
Normal file
BIN
Pod-Simple-3.45.tar.gz
Normal file
Binary file not shown.
@ -1,44 +0,0 @@
|
|||||||
From 909c734f9aefb278aba105b008e118125ccf9194 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Graham Knop <haarg@haarg.org>
|
|
||||||
Date: Mon, 16 May 2022 14:36:00 +0200
|
|
||||||
Subject: [PATCH] remove useless test
|
|
||||||
|
|
||||||
The 20_skip test appears to exist only to test skipping. Which is not
|
|
||||||
this module's responsibility.
|
|
||||||
---
|
|
||||||
t/20_skip.t | 23 -----------------------
|
|
||||||
1 file changed, 23 deletions(-)
|
|
||||||
delete mode 100644 t/20_skip.t
|
|
||||||
|
|
||||||
diff --git a/t/20_skip.t b/t/20_skip.t
|
|
||||||
deleted file mode 100644
|
|
||||||
index a9fdac3..0000000
|
|
||||||
--- a/t/20_skip.t
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,23 +0,0 @@
|
|
||||||
-# 20 skip under 5.8
|
|
||||||
-
|
|
||||||
-use strict;
|
|
||||||
-use warnings;
|
|
||||||
-
|
|
||||||
-BEGIN {
|
|
||||||
- if($ENV{PERL_CORE}) {
|
|
||||||
- chdir 't';
|
|
||||||
- @INC = '../lib';
|
|
||||||
- }
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-print "1..2\n";
|
|
||||||
- print "# Running under Perl v $]\n";
|
|
||||||
-if($] < 5.008) {
|
|
||||||
- print "ok 1 # Skip under Perl before 5.8 ($])\n";
|
|
||||||
-} else {
|
|
||||||
- print "ok 1\n";
|
|
||||||
- print "# ^ not skipping\n";
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-print "ok 2\n";
|
|
||||||
-
|
|
||||||
--
|
|
||||||
2.27.0
|
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Pod-Simple
|
Name: perl-Pod-Simple
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.43
|
Version: 3.45
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The framework for parsing Pod
|
Summary: The framework for parsing Pod
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Pod-Simple
|
URL: https://metacpan.org/release/Pod-Simple
|
||||||
@ -15,8 +15,6 @@ BuildRequires: perl(Getopt::Long) perl(integer) perl(overload) perl(Pod::Escape
|
|||||||
BuildRequires: perl(base) perl(Data::Dumper) perl(File::Find) perl(File::Path) perl(lib) perl(Test) perl(Test::More)
|
BuildRequires: perl(base) perl(Data::Dumper) perl(File::Find) perl(File::Path) perl(lib) perl(Test) perl(Test::More)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
Patch6000: backport-remove-useless-test.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation")
|
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation")
|
||||||
markup language that is typically used for writing documentation for Perl and for Perl
|
markup language that is typically used for writing documentation for Perl and for Perl
|
||||||
@ -49,6 +47,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 xujing <xujing125@huawei.com> - 1:3.45-1
|
||||||
|
- update version to 3.45
|
||||||
|
|
||||||
* Thu Oct 20 2022 xujing <xujing125@huawei.com> - 1:3.43-2
|
* Thu Oct 20 2022 xujing <xujing125@huawei.com> - 1:3.43-2
|
||||||
- remove useless test
|
- remove useless test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user