[libpath-tiny-perl] 08/11: fix up See Also and contributor mail mapping
Jonas Smedegaard
js at alioth.debian.org
Wed Aug 7 16:10:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libpath-tiny-perl.
commit 1d904c8948b0950f23bb0db846de72c427012521
Author: David Golden <dagolden at cpan.org>
Date: Thu Jul 25 19:37:26 2013 -0400
fix up See Also and contributor mail mapping
---
.mailmap | 5 +++--
META.json | 2 +-
README.pod | 33 +++++++++++++++++++++++++++------
lib/Path/Tiny.pm | 2 ++
4 files changed, 33 insertions(+), 9 deletions(-)
diff --git a/.mailmap b/.mailmap
index b4d9588..07c7947 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,6 +1,7 @@
Chris Williams <bingos at cpan.org> <chris at bingosnet.co.uk>
+Gabor Szabo <szabgab at cpan.org> <szabgab at gmail.com>
+George Hartzell <hartzell at cpan.org> <hartzell at alerce.com>
+Goro Fuji <gfuji at cpan.org> <g.psy.va at gmail.com>
Karen Etheridge <ether at cpan.org>
Keedi Kim <keedi at cpan.org> <keedi.k at gmail.com>
Michael G. Schwern <mschwern at cpan.org> <schwern at pobox.com>
-George Hartzell <hartzell at cpan.org> <hartzell at alerce.com>
-Goro Fuji <gfuji at cpan.org> <g.psy.va at gmail.com>
diff --git a/META.json b/META.json
index f7c2922..7d5ca84 100644
--- a/META.json
+++ b/META.json
@@ -102,7 +102,7 @@
"x_contributors" : [
"Chris Williams <bingos at cpan.org>",
"David Steinbrunner <dsteinbrunner at pobox.com>",
- "Gabor Szabo <szabgab at gmail.com>",
+ "Gabor Szabo <szabgab at cpan.org>",
"George Hartzell <hartzell at cpan.org>",
"Goro Fuji <gfuji at cpan.org>",
"Karen Etheridge <ether at cpan.org>",
diff --git a/README.pod b/README.pod
index 021ac9d..bbaa093 100644
--- a/README.pod
+++ b/README.pod
@@ -551,15 +551,36 @@ L<MooseX::Types::Path::Tiny>.
These are other file/path utilities, which may offer a different feature
set than C<Path::Tiny>.
-* L<File::Fu>
-* L<IO::All>
-* L<Path::Class>
+=over 4
+
+=item *
+
+L<File::Fu>
+
+=item *
+
+L<IO::All>
+
+=item *
+
+L<Path::Class>
+
+=back
These iterators may be slightly faster than the recursive iterator in
C<Path::Tiny>:
-* L<Path::Iterator::Rule>
-* L<File::Next>
+=over 4
+
+=item *
+
+L<Path::Iterator::Rule>
+
+=item *
+
+L<File::Next>
+
+=back
There are probably comparable, non-Tiny tools. Let me know if you want me to
add a module to the list.
@@ -601,7 +622,7 @@ David Steinbrunner <dsteinbrunner at pobox.com>
=item *
-Gabor Szabo <szabgab at gmail.com>
+Gabor Szabo <szabgab at cpan.org>
=item *
diff --git a/lib/Path/Tiny.pm b/lib/Path/Tiny.pm
index ea655a3..5b83034 100644
--- a/lib/Path/Tiny.pm
+++ b/lib/Path/Tiny.pm
@@ -1184,6 +1184,7 @@ L<MooseX::Types::Path::Tiny>.
These are other file/path utilities, which may offer a different feature
set than C<Path::Tiny>.
+=for :list
* L<File::Fu>
* L<IO::All>
* L<Path::Class>
@@ -1191,6 +1192,7 @@ set than C<Path::Tiny>.
These iterators may be slightly faster than the recursive iterator in
C<Path::Tiny>:
+=for :list
* L<Path::Iterator::Rule>
* L<File::Next>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpath-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list