File: Springfield.pod

package info (click to toggle)
libtangram-perl 2.10-1.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,064 kB
  • ctags: 703
  • sloc: perl: 9,665; makefile: 35
file content (25 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=head1 NAME

Tangram::Springfield - classes and schema used in the Guided Tour

=head1 SYNOPSIS

   use Tangram;
   use Tangram::Springfield;

   # deploy the storage
   # store & retrieve objects

=head1 DESCRIPTION

This modules contains the declarations of the classes used in the
Guided Tour. It also creates Schema object for that class system,
and stores it in the $schema variable. That variable is exported to
the C<main> package by default.

The UML diagram for the classes can be found in L<Tangram>.

=head1 SEE ALSO

L<Tangram>, L<Tangram::Schema>, L<Tangram::Relational>,
L<Tangram::Storage>, L<Tangram::Deploy>.