perl-File-Path/cpanspec.yml
Stephan Kulow 8fe4a557bc Accepting request 317485 from devel:languages:perl:autoupdate
- updated to 2.11
   see /usr/share/doc/packages/perl-File-Path/Changes
  2.11     2015-07-17
      - Change argument check error from croak to carp since there are some
        dependent modules using non-standard options.  The error check will
        move back to croak when dependent modules have the opportunity to
        correct the argument.
  
  2.10_005 2015-07-17
      - Better argument checking and reporting of failure for unrecognized
        options.
      - RT 71562 Document automount race condition limitation and workaround
      - RT 99230 Document multithreaded application limitation and that the
        limitation may be removed in a future release.
  
  2.10_004 2015-07-10
      - Remove use of English.pm since it breaks many older Perls
      - Fix a unit test skip count for users who have not installed
        Test::Output
  
  2.10_003 2015-07-08
      - Administrative changes to MANIFEST and MANIFEST.SKIP
      - Style changes to Path.pm for easier reading of code
      - Removal of pod.t
      - Use English.pm to make variables like $! more fluent for code readers
  
  2.10_002 2015-06-26
      - RT 42139.  Add better SKIP test emit for VMS.
      - RT 85360.  Fix typos and better .gitignore and MANIFEST.SKIP settings.
      - RT 51588.  Added patch elements but unable to verify on VMS.

OBS-URL: https://build.opensuse.org/request/show/317485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=2
2015-07-19 10:02:57 +00:00

24 lines
546 B
YAML

---
description_paragraphs: 1
#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