[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.8-136-g21900d7

Alex Vandiver alexmv at bestpractical.com
Mon Nov 5 13:39:28 EST 2012


The branch, 4.0-trunk has been updated
       via  21900d7d22a207de5d87ee5ae6998ab2cc0840b9 (commit)
      from  d1ea0efd4ffd12884be68f4cd64e65c9fba7e241 (commit)

Summary of changes:
 t/api/menu.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 21900d7d22a207de5d87ee5ae6998ab2cc0840b9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Nov 5 13:22:27 2012 -0500

    Remove an extra "my" brought in by merge 6b82917

diff --git a/t/api/menu.t b/t/api/menu.t
index b9a7b78..a9cda69 100644
--- a/t/api/menu.t
+++ b/t/api/menu.t
@@ -62,7 +62,7 @@ sub order_ok($$;$) {
     }
 }
 
-my $menu = RT::Interface::Web::Menu->new;
+$menu = RT::Interface::Web::Menu->new;
 
 ok $menu->child("foo", title => "foo"), "added child foo";
 order_ok $menu, [qw(foo)], "sorted";

-----------------------------------------------------------------------


More information about the Rt-commit mailing list