Skip to content

Commit

Permalink
Import of FREW/Syntax-Keyword-Gather-1.002003 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: Syntax-Keyword-Gather
gitpan-cpan-version:      1.002003
gitpan-cpan-path:         FREW/Syntax-Keyword-Gather-1.002003.tar.gz
gitpan-cpan-author:       FREW
gitpan-cpan-maturity:     released
  • Loading branch information
Arthur Axel "fREW" Schmidt authored and Gitpan committed Oct 24, 2014
1 parent d12c83f commit 5c932d0
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 40 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Syntax-Keyword-Gather

1.002003 2013-09-25 21:59:23 America/Chicago
- remove bonus NAME section

1.002002 2013-04-04 18:38:43 CST6CDT
- Fix silly POD error (Yanick Champoux)

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ META.json
META.yml
Makefile.PL
README
cpanfile
dist.ini
lib/Syntax/Keyword/Gather.pm
t/1.t
Expand Down
18 changes: 10 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Damian Conway"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300032, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
Expand All @@ -27,22 +27,24 @@
},
"runtime" : {
"requires" : {
"Sub::Exporter::Progressive" : "0",
"Sub::Exporter::Progressive" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0.94"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/frioux/Syntax-Keyword-Gather/issues"
},
"homepage" : "https://github.com/frioux/Syntax-Keyword-Gather",
"repository" : {
"type" : "git",
"url" : "git://github.com/frioux/Syntax-Keyword-Gather.git",
"web" : "http://github.com/frioux/Syntax-Keyword-Gather"
"url" : "https://github.com/frioux/Syntax-Keyword-Gather.git",
"web" : "https://github.com/frioux/Syntax-Keyword-Gather"
}
},
"version" : "1.002002"
"version" : "1.002003"
}

12 changes: 6 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ abstract: "Implements the Perl 6 'gather/take' control structure in Perl 5"
author:
- "Arthur Axel \"fREW\" Schmidt <frioux+cpan@gmail.com>"
- 'Damian Conway'
build_requires: {}
build_requires:
Test::More: 0.94
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300032, CPAN::Meta::Converter version 2.120921'
generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Syntax-Keyword-Gather
requires:
Sub::Exporter::Progressive: 0
Test::More: 0.94
resources:
bugtracker: https://github.com/frioux/Syntax-Keyword-Gather/issues
repository: git://github.com/frioux/Syntax-Keyword-Gather.git
version: 1.002002
homepage: https://github.com/frioux/Syntax-Keyword-Gather
repository: https://github.com/frioux/Syntax-Keyword-Gather.git
version: 1.002003
7 changes: 4 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl",
"NAME" => "Syntax::Keyword::Gather",
"PREREQ_PM" => {
"Sub::Exporter::Progressive" => 0,
"Sub::Exporter::Progressive" => 0
},
"TEST_REQUIRES" => {
"Test::More" => "0.94"
},
"TEST_REQUIRES" => {},
"VERSION" => "1.002002",
"VERSION" => "1.002003",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
9 changes: 3 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
NAME
Syntax::Keyword::Gather
Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control
structure in Perl 5

VERSION
version 1.002002
version 1.002003

SYNOPSIS
use Syntax::Keyword::Gather;
Expand Down Expand Up @@ -153,10 +154,6 @@ DESCRIPTION
}
}

NAME
Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control
structure in Perl 5

HISTORY
This module was forked from Damian Conway's Perl6::Gather for a few
reasons.
Expand Down
4 changes: 4 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
on test => sub {
requires 'Test::More' => 0.94;
};
requires 'Sub::Exporter::Progressive' => 0;
13 changes: 3 additions & 10 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ author = Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
author = Damian Conway
license = Perl_5
copyright_holder = Arthur Axel "fREW" Schmidt
version = 1.002002
version = 1.002003

[NextRelease]
[@Git]
[@Basic]

[MetaResources]
repository.url = git://github.com/frioux/Syntax-Keyword-Gather.git
repository.web = http://github.com/frioux/Syntax-Keyword-Gather
repository.type = git
bugtracker.web = https://github.com/frioux/Syntax-Keyword-Gather/issues

[GithubMeta]
[MetaJSON]
[PodWeaver]
[OurPkgVersion]
[ReadmeFromPod]
[PodSyntaxTests]

[Prereqs]
Test::More = 0.94
Sub::Exporter::Progressive = 0
[Prereqs::FromCPANfile]
12 changes: 5 additions & 7 deletions lib/Syntax/Keyword/Gather.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package Syntax::Keyword::Gather;
use strict;
use warnings;

our $VERSION = '1.002002'; # VERSION
our $VERSION = '1.002003'; # VERSION

# ABSTRACT: Implements the Perl 6 'gather/take' control structure in Perl 5

use Carp 'croak';

Expand Down Expand Up @@ -64,11 +66,11 @@ __END__
=head1 NAME
Syntax::Keyword::Gather
Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5
=head1 VERSION
version 1.002002
version 1.002003
=head1 SYNOPSIS
Expand Down Expand Up @@ -221,10 +223,6 @@ first line they have in common. We could gather the lines like this:
}
}
=head1 NAME
Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5
=head1 HISTORY
This module was forked from Damian Conway's L<Perl6::Gather> for a few reasons.
Expand Down

0 comments on commit 5c932d0

Please sign in to comment.