first sketch of Devel::Declare code
[gitmo/MooseX-Antlers.git] / notes / dd-example-input
diff --git a/notes/dd-example-input b/notes/dd-example-input
new file mode 100644 (file)
index 0000000..94d4142
--- /dev/null
@@ -0,0 +1,7 @@
+use Method::Signatures::Simple;
+
+method foo ($bar) { # foo
+  warn $bar;
+}
+
+main->foo("yay");