perl-common-sense: Update to 3.75

Message ID 20221228204411.392144-1-stefan.schantl@ipfire.org
State Superseded
Headers
Series perl-common-sense: Update to 3.75 |

Commit Message

Stefan Schantl Dec. 28, 2022, 8:44 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 perl-common-sense/perl-common-sense.nm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
  

Patch

diff --git a/perl-common-sense/perl-common-sense.nm b/perl-common-sense/perl-common-sense.nm
index 54ed9bc3f..d71f02635 100644
--- a/perl-common-sense/perl-common-sense.nm
+++ b/perl-common-sense/perl-common-sense.nm
@@ -4,8 +4,8 @@ 
 ###############################################################################
 
 name       = perl-common-sense
-version    = 3.73
-release    = 1.1
+version    = 3.75
+release    = 1
 arch       = noarch
 thisapp    = common-sense-%{version}
 
@@ -24,13 +24,20 @@  description
 		- no warnings;
 end
 
-source_dl  = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
+source_dl  = https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
 
 build
 	requires
 		perl(ExtUtils::MakeMaker)
 		perl(ExtUtils::ParseXS)
 		pakfire >= 0.9.26-3.1
+
+		perl(Exporter)
+		perl(File::Basename)
+		perl(File::Copy)
+		perl(constant)
+		perl(vars)
+		perl(overload)
 	end
 
 	build
@@ -48,8 +55,6 @@  end
 
 packages
 	package %{name}
-		requires
-			perl(:MODULE_COMPAT_%{perl_version})
-		end
+		requires = perl(:MODULE_COMPAT_%{perl_version})
 	end
 end