summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2016-03-10 21:32:41 +0200
committerKarl Williamson <khw@cpan.org>2016-03-16 21:34:25 -0600
commit8b2caac32f8fb2f38246d62d9112046e0f0995de (patch)
tree4f2ca0cc57834ce6ff67cdd41078b0932a8133f2 /dist/Carp
parent389f4c1ef819a38480243c17f0b35a2f088cd855 (diff)
downloadperl-8b2caac32f8fb2f38246d62d9112046e0f0995de.tar.gz
Add contributing info to Carp.
It lacked a link to the VCS repository so I had to ask rjbs about it on the #p5p IRC channel. And one should always fix a problem twice: * http://www.joelonsoftware.com/articles/customerservice.html .
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/Changes3
-rw-r--r--dist/Carp/lib/Carp.pm8
-rw-r--r--dist/Carp/lib/Carp/Heavy.pm2
3 files changed, 11 insertions, 2 deletions
diff --git a/dist/Carp/Changes b/dist/Carp/Changes
index 13cdfdf8a6..b90b39507e 100644
--- a/dist/Carp/Changes
+++ b/dist/Carp/Changes
@@ -1,4 +1,7 @@
+version 1.39_01; 2016-03-10
+ * Add information for how to contribute to Carp.
+
version 1.39; 2016-03-06
* bugfix: longmess() should return the error in scalar context
(CPANRT#107225)
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index f39302d4c0..92f88661af 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -87,7 +87,7 @@ BEGIN {
}
}
-our $VERSION = '1.39';
+our $VERSION = '1.40';
$VERSION =~ tr/_//d;
our $MaxEvalLen = 0;
@@ -908,6 +908,12 @@ call die() or warn(), as appropriate.
L<Carp::Always>,
L<Carp::Clan>
+=head1 CONTRIBUTING
+
+L<Carp> is maintained by the perl 5 porters as part of the core perl 5
+version control repository. Please see the L<perlhack> perldoc for how to
+submit patches and contribute to it.
+
=head1 AUTHOR
The Carp module first appeared in Larry Wall's perl 5.000 distribution.
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 6ac932a671..b05d7583c2 100644
--- a/dist/Carp/lib/Carp/Heavy.pm
+++ b/dist/Carp/lib/Carp/Heavy.pm
@@ -2,7 +2,7 @@ package Carp::Heavy;
use Carp ();
-our $VERSION = '1.39';
+our $VERSION = '1.40';
$VERSION =~ tr/_//d;
# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions