From: Dave Rolsky Date: Mon, 8 Nov 2010 15:58:24 +0000 (-0600) Subject: Forgot to add Empty.pm, needed for new Combine tests X-Git-Tag: 0.25~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cfcf7c60ec6fe03bc0ba6de76ec4add366aeef4;hp=67f34013d76516bbc36aca3fb2f788e441d5646d;p=gitmo%2FMooseX-Types.git Forgot to add Empty.pm, needed for new Combine tests --- diff --git a/t/lib/Empty.pm b/t/lib/Empty.pm new file mode 100644 index 0000000..0be95dc --- /dev/null +++ b/t/lib/Empty.pm @@ -0,0 +1,3 @@ +package Empty; + +1;