[svn:parrot] r38612 - trunk/tools/dev
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Fri May 8 18:30:26 UTC 2009
Author: Infinoid
Date: Fri May 8 18:30:25 2009
New Revision: 38612
URL: https://trac.parrot.org/parrot/changeset/38612
Log:
[cage] Undo an unintended change that snuck into r38610.
Modified:
trunk/tools/dev/nopaste.pl
Modified: trunk/tools/dev/nopaste.pl
==============================================================================
--- trunk/tools/dev/nopaste.pl Fri May 8 18:28:49 2009 (r38611)
+++ trunk/tools/dev/nopaste.pl Fri May 8 18:30:25 2009 (r38612)
@@ -4,6 +4,8 @@
# $Id$
use 5.008;
+use strict;
+use warnings;
use WWW::Mechanize;
use Getopt::Std;
More information about the parrot-commits
mailing list