Files
Dirk Stoecker 9707d19998 Accepting request 846053 from devel:languages:perl:autoupdate
- updated to 0.04
   see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ApacheTest/Changes
  0.04  2017-08-02
      - include META.json in the dist
      - include minimum perl version in META.*
  
  0.03  2016-07-03
      - add Plugin::ApacheTest for compatibility with previous releases. This is
        marked deprecated in docs and is equivalent to [MakeMaker::ApacheTest]
        currently.
      - update compile tests
      - fix possible signature test if generated files are not ignored
  
  0.02  2016-07-01
    *** INCOMPATIBLE CHANGE - This module now is a plugin bundle which includes a
        MakeMaker plugin as well as a DynamicPrereq plugin.  Your dist.ini needs to
        change from [ApacheTest] to [@ApacheTest]
      - Reimplement using Dist::Zilla::Plugin::MakeMaker::Awesome. This avoids
        replacing the MakeMaker plugin and greatly simplifies things.
      - use Dist::Zilla::Plugin::DynamicPrereqs to require either mod_perl v1 if
        it is installed, otherwise mod_perl2.

OBS-URL: https://build.opensuse.org/request/show/846053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ApacheTest?expand=0&rev=5
2020-11-06 20:08:25 +00:00

36 lines
994 B
YAML

---
#description_paragraphs: 3
description: |-
* Dist::Zilla::Plugin::ApacheTest
DEPRECATED ApacheTest Compatibility Module.
* Dist::Zilla::Plugin::MakeMaker::ApacheTest
Dist::Zilla Plugin That Configures Makefile.PL for Apache::Test
* Dist::Zilla::PluginBundle::ApacheTest
Dist::Zilla Plugin Bundle That Configures Makefile.PL for Apache::Test
summary: Dist::Zilla Plugin That Configures Makefile.PL for Apache::Test
#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_build: |-
# rm unused.files
#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