diff options
| -rw-r--r-- | fml/lib/SQL/Schema/toymodel.pm | 29 |
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; |
