File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use warnings; # satisfy linter
4
4
# Last versions which install on < 5.12
5
5
if ( " $] " < 5.012 ) {
6
6
requires ' Data::Section' , ' ==0.200007' ;
7
+ requires ' Data::OptList' , ' ==0.113' ;
7
8
requires ' Test::Deep' , ' ==1.130' ;
8
9
}
9
10
@@ -77,7 +78,14 @@ if ( "$]" >= 5.020 ) {
77
78
requires ' Dist::Zilla::PluginBundle::Author::OALDERS' ;
78
79
requires ' Dist::Zilla::PluginBundle::DROLSKY' ;
79
80
requires ' Dist::Zilla::PluginBundle::Milla' ;
80
- requires ' Dist::Zilla::PluginBundle::RJBS' ;
81
+
82
+ if ( " $] " < 5.026 ) {
83
+ requires ' Dist::Zilla::PluginBundle::RJBS' , ' ==5.023' ;
84
+ }
85
+ else {
86
+ requires ' Dist::Zilla::PluginBundle::RJBS' ;
87
+ }
88
+
81
89
requires ' Dist::Zilla::Plugin::CopyFilesFromRelease' ;
82
90
requires ' Dist::Zilla::Plugin::Git::Contributors' ;
83
91
requires ' Dist::Zilla::Plugin::OurPkgVersion' ;
You can’t perform that action at this time.
0 commit comments