From: Karen Etheridge Date: Tue, 16 Feb 2016 01:15:09 +0000 (-0800) Subject: Devel-REPL-1.003028 X-Git-Tag: v1.003028^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=23ff40a312a23553e65e63e26d74af6c656efe16 Devel-REPL-1.003028 - increase the required version of Data::Dump::Streamer (see RT#105466) --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 528a63b..97c1180 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -29,7 +29,7 @@ patches you have. You may need to satisfy some dependencies. The easiest way to satisfy dependencies is to install the last release -- this is available at -https://metacpan.org/release/Devel-REPL. +https://metacpan.org/release/Devel-REPL If you use cpanminus, you can do it without downloading the tarball first: @@ -74,14 +74,21 @@ Once installed, here are some dzil commands you might try: You can learn more about Dist::Zilla at http://dzil.org/. +The code for this distribution is hosted at GitHub. The repository is: +https://github.com/p5sagit/Devel-REPL +You can submit code changes by forking the repository, pushing your code +changes to your clone, and then submitting a pull request. Detailed +instructions for doing that is available here: + +https://help.github.com/articles/creating-a-pull-request If you have found a bug, but do not have an accompanying patch to fix it, you can submit an issue report here: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL -or via bug-Devel-REPL@rt.cpan.org. +or via email: bug-Devel-REPL@rt.cpan.org There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#devel-repl. +irc://irc.perl.org/#devel-repl If you send me a patch or pull request, your name and email address will be included in the documentation as a contributor (using the attribution on the @@ -90,5 +97,5 @@ wish to be listed under a different name or address, you should submit a pull request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.102. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.009 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.111. diff --git a/Changes b/Changes index 9ba0f51..6c98acf 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Devel-REPL -{{ $NEXT }} +1.003028 2016-02-16 01:13:08Z - increase the required version of Data::Dump::Streamer (see RT#105466) 1.003027 2015-08-16 05:18:24Z diff --git a/LICENSE b/LICENCE similarity index 100% rename from LICENSE rename to LICENCE diff --git a/README.pod b/README.pod index d66f2d1..0116841 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Devel::REPL - A modern perl interactive shell =head1 VERSION -version 1.003027 +version 1.003028 =head1 SYNOPSIS @@ -268,6 +268,24 @@ Refresh plugin - automatically reload libraries with Module::Refresh =back +=head1 SEE ALSO + +=over 4 + +=item * + +L + +=back + +=head1 SUPPORT + +Bugs may be submitted through L +(or L). + +There is also an irc channel available for users of this distribution, at +L on C|irc://irc.perl.org/#devel-repl>. + =head1 AUTHOR Matt S Trout - mst (at) shadowcatsystems.co.uk (L) @@ -364,7 +382,7 @@ Stevan Little =back -=head1 COPYRIGHT AND LICENSE +=head1 COPYRIGHT AND LICENCE This software is copyright (c) 2007 by Matt S Trout - mst (at) shadowcatsystems.co.uk (L).