#!perl use 5.008001; use utf8; use strict; use warnings; # External packages used by packages in this file, that don't export symbols: use only 'Locale::KeyedText' => '1.72.0-'; use only 'Rosetta' => '0.724.0'; ########################################################################### ########################################################################### # Constant values used by packages in this file: use only 'Readonly' => '1.03-'; # (None Yet) ########################################################################### ########################################################################### { package Rosetta::Validator; # module use version; our $VERSION = qv('0.724.0'); # External packages used by the Rosetta::Validator module, that do export symbols: # (None Yet) # Attributes of every Rosetta::Validator object: # (None Yet) ########################################################################### ########################################################################### } # module Rosetta::Validator ########################################################################### ########################################################################### 1; # Magic true value required at end of a reuseable file's code. __END__ =pod =encoding utf8 =head1 NAME Rosetta::Validator - A common comprehensive test suite to run against all Engines =head1 VERSION This document describes Rosetta::Validator version 0.724.0. =head1 SYNOPSIS I =head1 DESCRIPTION I =head1 INTERFACE I =head1 DIAGNOSTICS I =head1 CONFIGURATION AND ENVIRONMENT I =head1 DEPENDENCIES This file requires any version of Perl 5.x.y that is at least 5.8.1. It also requires the Perl 5 packages L and L, which would conceptually be built-in to Perl, but aren't, so they are on CPAN instead. It also requires these Perl 5 classes that are on CPAN: L (for error messages). It also requires these Perl 5 classes that are in the current distribution: L. =head1 INCOMPATIBILITIES None reported. =head1 SEE ALSO Go to L for the majority of distribution-internal references, and L for the majority of distribution-external references. =head1 BUGS AND LIMITATIONS I =head1 AUTHOR Darren R. Duncan (C) =head1 LICENCE AND COPYRIGHT This file is part of the Rosetta DBMS framework. Rosetta is Copyright (c) 2002-2006, Darren R. Duncan. See the LICENCE AND COPYRIGHT of L for details. =head1 ACKNOWLEDGEMENTS The ACKNOWLEDGEMENTS in L apply to this file too. =cut