TT#5446 Build-Depend on libmodule-build-perl to build against stretch

Module::Build was debundled from the perl dist recently:

| % corelist Module::Build     
|
| Data for 2015-02-14
| Module::Build was first released with perl v5.9.4, deprecated (will be CPAN-only) in v5.19.0 and removed from v5.21.0
|
| Data for 2015-02-14
|      was not in CORE (or so I think)

Fixes:

| Can't locate Module/Build.pm in @INC (you may need to install the Module::Build module) (@INC contains: . /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at Build.PL line 1.

NOTE: sorting changes take place because of wrap-and-sort (or
to be more precise its lack by previous committers)

Change-Id: I9e854c3bf9c38125d7c5b7bbf6951210975f6358
changes/95/9395/1
Michael Prokop 9 years ago
parent 49d653ace0
commit 41eac741a6

5
debian/control vendored

@ -13,10 +13,12 @@ Build-Depends: debhelper (>= 8),
libdbix-class-schema-loader-perl,
libfile-path-expand-perl,
libfile-path-tiny-perl,
libfile-sharedir-perl,
libgetopt-long-descriptive-perl,
libgtk2-gladexml-simple-perl,
libhash-storediterator-perl,
liblog-log4perl-perl,
libmodule-build-perl,
libmoosex-classattribute-perl,
libmoosex-method-signatures-perl,
libmoosex-nonmoose-perl,
@ -31,7 +33,6 @@ Build-Depends: debhelper (>= 8),
libregexp-common-perl,
libregexp-common-time-perl,
libregexp-ipv6-perl,
libfile-sharedir-perl,
libsipwise-base-perl (>= 1.004),
libstrictures-perl,
libtemplate-plugin-xml-perl,
@ -59,6 +60,7 @@ Depends: libaliased-perl,
libdbix-class-schema-loader-perl,
libfile-path-expand-perl,
libfile-path-tiny-perl,
libfile-sharedir-perl,
libgetopt-long-descriptive-perl,
libgtk2-gladexml-simple-perl,
libhash-storediterator-perl,
@ -77,7 +79,6 @@ Depends: libaliased-perl,
libregexp-common-perl,
libregexp-common-time-perl,
libregexp-ipv6-perl,
libfile-sharedir-perl,
libsipwise-base-perl (>= 1.004),
libstrictures-perl,
libtemplate-plugin-xml-perl,

Loading…
Cancel
Save