[Jifty-commit] r983 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu May 4 00:10:25 EDT 2006


Author: ewilhelm
Date: Thu May  4 00:10:21 2006
New Revision: 983

Added:
   jifty/trunk/t/01-version_checks.t
Modified:
   jifty/trunk/   (props changed)

Log:
 r917 at mjolnir:  ewilhelm | 2006-05-03 20:28:05 -0700
 t/01-version_checks.t - failing test for Randal's CPAN.pm complaint


Added: jifty/trunk/t/01-version_checks.t
==============================================================================
--- (empty file)
+++ jifty/trunk/t/01-version_checks.t	Thu May  4 00:10:21 2006
@@ -0,0 +1,9 @@
+#!/usr/bin/perl -w
+use strict;
+use Test::More tests => 2;
+
+# TODO: check everything like this?
+use ExtUtils::MakeMaker;
+use_ok('Jifty::JSON');
+ok(MM->parse_version($INC{'Jifty/JSON.pm'}));
+


More information about the Jifty-commit mailing list