Fixed the example showing parameter type constraints
[p5sagit/Function-Parameters.git] / t / eating_strict_error_2.fail
index 22cdfcf..590c5c6 100644 (file)
@@ -1,3 +1,4 @@
+#!perl
 use strict;
 use Function::Parameters;
 
@@ -9,3 +10,4 @@ fun get_record( $agent, $target_name ) {
        }
 }
 
+'ok'