diff --git a/pre b/post index f6610d3..e8b72ef 100644 --- a/pre +++ b/post @@ -4,8 +4,8 @@ package Frotz; sub new { my ($class, %opts) = shift@_; return bless { xyzzy => "nitfol", %opts }, $class; } __END__