Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041581
en ru br
ALT Linux repos
S:0.400001-alt1

Group :: Development/Perl
RPM: perl-Dancer2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Dancer2-0.205001-alt-downgrade-reqs.patch
Download


diff --git a/Dancer2/META.json b/Dancer2/META.json
index 1454724..eb81123 100644
--- a/Dancer2/META.json
+++ b/Dancer2/META.json
@@ -16,12 +16,12 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "7.1101"
+            "ExtUtils::MakeMaker" : "7.1002"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "7.1002",
             "File::ShareDir::Install" : "0.06"
          }
       },
@@ -122,7 +122,7 @@
          },
          "requires" : {
             "Capture::Tiny" : "0.12",
-            "ExtUtils::MakeMaker" : "7.1101",
+            "ExtUtils::MakeMaker" : "7.1002",
             "File::Spec" : "0",
             "HTTP::Body" : "0",
             "HTTP::Cookies" : "0",
diff --git a/Dancer2/META.yml b/Dancer2/META.yml
index cf80cb4..d3e17da 100644
--- a/Dancer2/META.yml
+++ b/Dancer2/META.yml
@@ -4,7 +4,7 @@ author:
   - 'Dancer Core Developers'
 build_requires:
   Capture::Tiny: '0.12'
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '7.1002'
   File::Spec: '0'
   HTTP::Body: '0'
   HTTP::Cookies: '0'
@@ -17,7 +17,7 @@ build_requires:
   Test::Fatal: '0'
   Test::More: '0.92'
 configure_requires:
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '7.1002'
   File::ShareDir::Install: '0.06'
 conflicts:
   YAML: '1.16'
diff --git a/Dancer2/Makefile.PL b/Dancer2/Makefile.PL
index f87b7b0..9ecba87 100644
--- a/Dancer2/Makefile.PL
+++ b/Dancer2/Makefile.PL
@@ -4,7 +4,7 @@ use warnings;
 
 
 
-use ExtUtils::MakeMaker 7.1101;
+use ExtUtils::MakeMaker 7.1002;
 
 use File::ShareDir::Install;
 $File::ShareDir::Install::INCLUDE_DOTFILES = 1;
@@ -16,10 +16,10 @@ my %WriteMakefileArgs = (
   "ABSTRACT" => "Lightweight yet powerful web application framework",
   "AUTHOR" => "Dancer Core Developers",
   "BUILD_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "7.1101"
+    "ExtUtils::MakeMaker" => "7.1002"
   },
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "7.1002",
     "File::ShareDir::Install" => "0.06"
   },
   "DISTNAME" => "Dancer2",
@@ -78,7 +78,7 @@ my %WriteMakefileArgs = (
   },
   "TEST_REQUIRES" => {
     "Capture::Tiny" => "0.12",
-    "ExtUtils::MakeMaker" => "7.1101",
+    "ExtUtils::MakeMaker" => "7.1002",
     "File::Spec" => 0,
     "HTTP::Body" => 0,
     "HTTP::Cookies" => 0,
@@ -108,7 +108,7 @@ my %FallbackPrereqs = (
   "Encode" => 0,
   "Exporter" => "5.57",
   "Exporter::Tiny" => 0,
-  "ExtUtils::MakeMaker" => "7.1101",
+  "ExtUtils::MakeMaker" => "7.1002",
   "File::Basename" => 0,
   "File::Copy" => 0,
   "File::Find" => 0,
diff --git a/Dancer2/t/00-report-prereqs.dd b/Dancer2/t/00-report-prereqs.dd
index eab663a..d98d188 100644
--- a/Dancer2/t/00-report-prereqs.dd
+++ b/Dancer2/t/00-report-prereqs.dd
@@ -1,12 +1,12 @@
 do { my $x = {
        'build' => {
                     'requires' => {
-                                    'ExtUtils::MakeMaker' => '7.1101'
+                                    'ExtUtils::MakeMaker' => '7.1002'
                                   }
                   },
        'configure' => {
                         'requires' => {
-                                        'ExtUtils::MakeMaker' => '7.1101',
+                                        'ExtUtils::MakeMaker' => '7.1002',
                                         'File::ShareDir::Install' => '0.06'
                                       }
                       },
@@ -107,7 +107,7 @@ do { my $x = {
                                    },
                    'requires' => {
                                    'Capture::Tiny' => '0.12',
-                                   'ExtUtils::MakeMaker' => '7.1101',
+                                   'ExtUtils::MakeMaker' => '7.1002',
                                    'File::Spec' => '0',
                                    'HTTP::Body' => '0',
                                    'HTTP::Cookies' => '0',
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin