diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-02 18:15:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-02 18:15:52 +0800 |
commit | 050f46f0a2b3834f865e6d878c8199f2ff7b78be (patch) | |
tree | 3d4952e409b26659240e4548220fe57abc9a2bc6 /devel/Makefile | |
parent | b3b9609109d14b8b8cee8f2d0b0d1c9c3a0b0304 (diff) | |
download | freebsd-ports-gnome-050f46f0a2b3834f865e6d878c8199f2ff7b78be.tar.gz freebsd-ports-gnome-050f46f0a2b3834f865e6d878c8199f2ff7b78be.tar.zst freebsd-ports-gnome-050f46f0a2b3834f865e6d878c8199f2ff7b78be.zip |
- Add p5-Carp 1.25
The Carp routines are useful in your own modules because they act like die() or
warn(), but with a message which is more likely to be useful to a user of your
module. In the case of cluck, confess, and longmess that context is a summary of
every call in the call-stack. For a shorter message you can use carp or croak
which report the error as being from where your module was called. There is no
guarantee that that is where the error was, but it is a good educated guess.
WWW: http://search.cpan.org/dist/Carp/
Feature safe: yes
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e4101e6f65d7..a9423730ad63 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1342,6 +1342,7 @@ SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Capture-Tiny + SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert |