From aa403b978860210fcbace7fcdf5830066f3e14e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 02:17:44 -0400 Subject: import site content --- .../talks/extending_moose_yapc_na_2010/010z.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 static/talks/extending_moose_yapc_na_2010/010z.html (limited to 'static/talks/extending_moose_yapc_na_2010/010z.html') diff --git a/static/talks/extending_moose_yapc_na_2010/010z.html b/static/talks/extending_moose_yapc_na_2010/010z.html new file mode 100644 index 0000000..b2c5610 --- /dev/null +++ b/static/talks/extending_moose_yapc_na_2010/010z.html @@ -0,0 +1,46 @@ + + +010z + + + + +
+
+        typical object systems are defined in terms of, well, object systems
+        
+        has input_file => (
+           is       => 'ro',
+           isa      => File,
+           coerce   => 1,
+           required => 1,
+        );
+        
+        wouldn't it be nice to be able to say what we mean?
+        
+        has_file 'input_file';
+
+
+
+
+
+ -- cgit v1.2.3-54-g00ecf