s/$orig/<{$next}>/ :)
[gitmo/moose-dev-utils.git] / vim / moose_snippets.vim
index d551e7c..7b35cf5 100644 (file)
@@ -71,7 +71,7 @@ call Snippet('sub', [
             \"}"])
 call Snippet('around', [
             \"around <{name}> => sub {",
-            \    "my $orig = shift;",
+            \    "my $<{next}> = shift;",
             \    "my $self = shift;",
             \    "<{}>",
             \"};"])