[PerlWikiBot] SF.net SVN: perlwikibot:[93] trunk/no-interwiki/prepare_noiw_list.pl
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <am...@us...> - 2010-11-06 15:20:27
|
Revision: 93
http://perlwikibot.svn.sourceforge.net/perlwikibot/?rev=93&view=rev
Author: amire80
Date: 2010-11-06 15:20:21 +0000 (Sat, 06 Nov 2010)
Log Message:
-----------
Import carp.
Modified Paths:
--------------
trunk/no-interwiki/prepare_noiw_list.pl
Modified: trunk/no-interwiki/prepare_noiw_list.pl
===================================================================
--- trunk/no-interwiki/prepare_noiw_list.pl 2010-11-06 15:08:56 UTC (rev 92)
+++ trunk/no-interwiki/prepare_noiw_list.pl 2010-11-06 15:20:21 UTC (rev 93)
@@ -38,7 +38,7 @@
# Standard library
# These modules should come installed with Perl
use English qw(-no_match_vars);
-use Carp qw(croak cluck);
+use Carp qw(carp croak cluck);
use Time::Local;
use Getopt::Long;
use Data::Dumper;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|