Skip to content

Commit

Permalink
Released 2.000007
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Jun 11, 2016
1 parent a957425 commit 8dd3e36
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 60 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}

{{$NEXT}}

2.000007 2016-06-11
- Make this an author test instead of a release test [autarch: GH #5]

2.000006 2015-01-22
Expand Down
23 changes: 7 additions & 16 deletions Makefile.PL
@@ -1,25 +1,18 @@

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005.
use strict;
use warnings;

use 5.008;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
"ABSTRACT" => "Release tests for synopses",
"ABSTRACT" => "Author tests for synopses",
"AUTHOR" => "Marcel Gr\x{fc}nauer <marcel\@cpan.org>, Mike Doherty <doherty\@cpan.org>, Olivier Mengu\x{e9} <dolmen\@cpan.org>",
"BUILD_REQUIRES" => {
"Module::Build" => "0.28"
},
"CONFIGURE_REQUIRES" => {
"Module::Build" => "0.28"
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dist-Zilla-Plugin-Test-Synopsis",
"EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "Dist::Zilla::Plugin::Test::Synopsis",
Expand All @@ -39,9 +32,10 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => "0.96",
"Test::Output" => 0,
"autodie" => 0
"autodie" => 0,
"blib" => "1.01"
},
"VERSION" => "2.000006",
"VERSION" => "2.000007",
"test" => {
"TESTS" => "t/*.t"
}
Expand All @@ -55,13 +49,13 @@ my %FallbackPrereqs = (
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
"Moose" => 0,
"Test::DZil" => 0,
"Test::More" => "0.96",
"Test::Output" => 0,
"Test::Synopsis" => 0,
"autodie" => 0,
"blib" => "1.01",
"strict" => 0,
"warnings" => 0
);
Expand All @@ -77,6 +71,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



45 changes: 4 additions & 41 deletions README
@@ -1,50 +1,13 @@
NAME
Dist::Zilla::Plugin::Test::Synopsis - Release tests for synopses

VERSION
version 2.000005

SYNOPSIS
In "dist.ini":

In dist.ini:

[Test::Synopsis]

DESCRIPTION

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the
following file:

xt/release/synopsis.t - a standard Test::Synopsis test

AVAILABILITY
The project homepage is
<http://metacpan.org/release/Dist-Zilla-Plugin-Test-Synopsis/>.

The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
CPAN site near you, or see
<https://metacpan.org/module/Dist::Zilla::Plugin::Test::Synopsis/>.

SOURCE
The development version is on github at
<http://github.com/doherty/Dist-Zilla-Plugin-Test-Synopsis> and may be
cloned from
<git://github.com/doherty/Dist-Zilla-Plugin-Test-Synopsis.git>

BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the web
interface at
<https://github.com/doherty/Dist-Zilla-Plugin-Test-Synopsis/issues>.

AUTHORS
* Marcel Grünauer <marcel@cpan.org>

* Mike Doherty <doherty@cpan.org>

* Olivier Mengué <dolmen@cpan.org>

COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Mike Doherty.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
xt/author/synopsis.t - a standard Test::Synopsis test

6 changes: 3 additions & 3 deletions README.mkdn
@@ -1,10 +1,10 @@
# NAME

Dist::Zilla::Plugin::Test::Synopsis - Release tests for synopses
Dist::Zilla::Plugin::Test::Synopsis - Author tests for synopses

# VERSION

version 2.000006
version 2.000007

# SYNOPSIS

Expand All @@ -17,7 +17,7 @@ In `dist.ini`:
This is an extension of [Dist::Zilla::Plugin::InlineFiles](https://metacpan.org/pod/Dist::Zilla::Plugin::InlineFiles), providing the
following file:

xt/release/synopsis.t - a standard Test::Synopsis test
xt/author/synopsis.t - a standard Test::Synopsis test

# AVAILABILITY

Expand Down

0 comments on commit 8dd3e36

Please sign in to comment.