[Moose-commits] r7134 - in Mouse/trunk: . t/lib t/lib/Anti

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Sun Dec 21 22:48:25 GMT 2008


Author: sartak
Date: 2008-12-21 14:48:24 -0800 (Sun, 21 Dec 2008)
New Revision: 7134

Added:
   Mouse/trunk/t/lib/SyntaxError.pm
   Mouse/trunk/t/lib/Unsweetened.pm
Removed:
   Mouse/trunk/t/lib/Anti/Error.pm
   Mouse/trunk/t/lib/Anti/Unsweetened.pm
Modified:
   Mouse/trunk/
Log:
 r77713 at onn:  sartak | 2008-12-21 17:45:34 -0500
 Okay, these are the right names



Property changes on: Mouse/trunk
___________________________________________________________________
Name: svk:merge
   - 08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse:77712
08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse-trunk:61565
3efe9002-19ed-0310-8735-a98156148065:/Mouse/branches/shika-based:6997
   + 08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse:77713
08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse-trunk:61565
3efe9002-19ed-0310-8735-a98156148065:/Mouse/branches/shika-based:6997

Deleted: Mouse/trunk/t/lib/Anti/Error.pm
===================================================================
--- Mouse/trunk/t/lib/Anti/Error.pm	2008-12-21 22:48:13 UTC (rev 7133)
+++ Mouse/trunk/t/lib/Anti/Error.pm	2008-12-21 22:48:24 UTC (rev 7134)
@@ -1,11 +0,0 @@
-#!/usr/bin/env perl
-package Anti::MouseError;
-use strict;
-use warnings;
-
-# this syntax error is intentional!
-
-    {
-
-1;
-

Deleted: Mouse/trunk/t/lib/Anti/Unsweetened.pm
===================================================================
--- Mouse/trunk/t/lib/Anti/Unsweetened.pm	2008-12-21 22:48:13 UTC (rev 7133)
+++ Mouse/trunk/t/lib/Anti/Unsweetened.pm	2008-12-21 22:48:24 UTC (rev 7134)
@@ -1,9 +0,0 @@
-#!/usr/bin/env perl
-package Anti::Mouse;
-use strict;
-use warnings;
-
-sub antimouse { 1 }
-
-1;
-

Copied: Mouse/trunk/t/lib/SyntaxError.pm (from rev 7133, Mouse/trunk/t/lib/Anti/Error.pm)
===================================================================
--- Mouse/trunk/t/lib/SyntaxError.pm	                        (rev 0)
+++ Mouse/trunk/t/lib/SyntaxError.pm	2008-12-21 22:48:24 UTC (rev 7134)
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+package Anti::MouseError;
+use strict;
+use warnings;
+
+# this syntax error is intentional!
+
+    {
+
+1;
+

Copied: Mouse/trunk/t/lib/Unsweetened.pm (from rev 7133, Mouse/trunk/t/lib/Anti/Unsweetened.pm)
===================================================================
--- Mouse/trunk/t/lib/Unsweetened.pm	                        (rev 0)
+++ Mouse/trunk/t/lib/Unsweetened.pm	2008-12-21 22:48:24 UTC (rev 7134)
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+package Anti::Mouse;
+use strict;
+use warnings;
+
+sub antimouse { 1 }
+
+1;
+




More information about the Moose-commits mailing list