X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Antlers.git;a=blobdiff_plain;f=notes%2Fdd-example-input;fp=notes%2Fdd-example-input;h=94d4142b1cea519ed819912d649686bff253f3ed;hp=0000000000000000000000000000000000000000;hb=48972854790a1af6ed892edad6d761f8da2bef3d;hpb=fec6319b820dc7f7890a2516b10ff99bfb8bda0b diff --git a/notes/dd-example-input b/notes/dd-example-input new file mode 100644 index 0000000..94d4142 --- /dev/null +++ b/notes/dd-example-input @@ -0,0 +1,7 @@ +use Method::Signatures::Simple; + +method foo ($bar) { # foo + warn $bar; +} + +main->foo("yay");