forked from pool/perl-Module-Info
- updated to 0.36 see /usr/share/doc/packages/perl-Module-Info/Changes 0.36 2015-10-23 NEILB - Dropped our own fork of B::Utils, now rely on CPAN one - RT#13524 - Now works on recent versions of Perl - RT#97105 - Pod tests not run on installation - RT#90599 - obsoletes fix_provides.diff 0.35_07 2015-10-19 NEILB - I had missed another instance of "the Windows cwd() issue" affecting t/n1_modules_required.t 0.35_06 2015-10-17 NEILB - Added "use strict" to both modules - Made the pod coverage test a release test RT#90599 - Added MIN_PERL_VERSION to Makefile.PL - Added a basic README 0.35_05 2015-10-16 NEILB - Had a single failure reported by CPAN Testers for Perl 5.22/Windows. On Windows, if you "use Cwd" and then call cwd(), then it does an implicit "use Win32". On recent perls (sometime after 5.20.1) this seems to get built into the op tree in a way that looks like the scope doing the cwd() use'd Win32. There are several magic functions in Cwd.pm which will probably trigger this behaviour. I'll see how this change tests out, and possibly just document it for a non dev release. 0.35_04 2015-10-14 NEILB - Sigh, forgot to update the min version of B::Utils in Makefile.PL Thanks to SREZIC for letting me know. OBS-URL: https://build.opensuse.org/request/show/340773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Info?expand=0&rev=17
24 lines
547 B
YAML
24 lines
547 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|