| Net-SinFP documentation | Contained in the Net-SinFP distribution. |
Net::SinFP::DB::OsVersionChildren - OsVersionChildren database table
Go to http://www.gomor.org/sinfp to know more.
Patrice <GomoR> Auffret
Copyright (c) 2005-2011, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.
| Net-SinFP documentation | Contained in the Net-SinFP distribution. |
# # $Id: OsVersionChildren.pm 1684 2011-01-12 14:24:16Z gomor $ # 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;