# # $Id: OsVersionChildren.pm,v 1.1.2.6.2.2 2006/06/08 18:55:42 gomor Exp $ # package Net::SinFP::DB::OsVersionChildren; use strict; use warnings; require DBIx::SQLite::Simple::Table; our @ISA = qw(DBIx::SQLite::Simple::Table); our @AS = qw( idSignature idOsVersion ); __PACKAGE__->cgBuildIndices; __PACKAGE__->cgBuildAccessorsScalar(\@AS); our @Fields = @AS; 1; =head1 NAME Net::SinFP::DB::OsVersionChildren - OsVersionChildren database table =head1 DESCRIPTION Go to http://www.gomor.org/sinfp to know more. =cut =head1 AUTHOR Patrice EGomoRE Auffret =head1 COPYRIGHT AND LICENSE Copyright (c) 2005-2006, Patrice EGomoRE Auffret You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive. =cut