The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Gantry::Control::Model::auth_pages;
use strict; use warnings;

use base 'Gantry::Control::Model::GEN::auth_pages', 'Exporter';

our $AUTH_PAGES = 'Gantry::Control::Model::auth_pages';

our @EXPORT_OK = ( '$AUTH_PAGES' );

1;

=head1 NAME

Gantry::Control::Model::auth_pages - model for auth_pages table

=head1 AUTHOR

Generated by Bigtop.

=cut