summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-18 01:53:17 +0000
committerfukachan <fukachan>2001-03-18 01:53:17 +0000
commit1fe6a37839d9679fc2b2914248bbac14cd89027c (patch)
tree49482fcb87f012f365fdc7b3a69be0a80f04df52 /fml/lib
parenteb673adb5bf6bc6df73985d1165d9d560c54a997 (diff)
downloadfml8-1fe6a37839d9679fc2b2914248bbac14cd89027c.tar.gz
fml8-1fe6a37839d9679fc2b2914248bbac14cd89027c.tar.bz2
fml8-1fe6a37839d9679fc2b2914248bbac14cd89027c.zip
Initial revision
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/SQL/Schema/toymodel.pm29
1 files changed, 29 insertions, 0 deletions
diff --git a/fml/lib/SQL/Schema/toymodel.pm b/fml/lib/SQL/Schema/toymodel.pm
new file mode 100644
index 00000000..911bb1d5
--- /dev/null
+++ b/fml/lib/SQL/Schema/toymodel.pm
@@ -0,0 +1,29 @@
+#-*- perl -*-
+#
+# Copyright (C) 2000 Ken'ichi Fukamachi
+# All rights reserved.
+#
+# $Id$
+#
+
+
+package IO::Adapter::MySQL::toymodel;
+
+use strict;
+use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
+use Carp;
+
+=head1 NAME
+
+IO::Adapter::MySQL::toymodel - toymodel by SQL
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+=head1 METHODS
+
+=cut
+
+
+1;