File: MixIn.pm

package info (click to toggle)
librose-db-object-perl 1%3A0.815-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,048 kB
  • sloc: perl: 79,670; sql: 28; makefile: 7
file content (33 lines) | stat: -rwxr-xr-x 748 bytes parent folder | download | duplicates (6)
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
26
27
28
29
30
31
32
33
package Rose::DB::Object::MixIn;

use strict;

use base 'Rose::Object::MixIn';

our $VERSION = '0.764';

1;

__END__

=head1 NAME

Rose::DB::Object::MixIn - A base class for mix-ins.

=head1 SYNOPSIS

  # This module is deprecated.  Please use Rose::Object::MixIn instead.

=head1 DESCRIPTION

This class is a trivial subclass of L<Rose::Object::MixIn>.  It exists for backward compatibility reasons only.  Please see L<Rose::Object::MixIn> for full documentation, and use that class instead of this one.

=head1 AUTHOR

John C. Siracusa (siracusa@gmail.com)

=head1 LICENSE

Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
free software; you can redistribute it and/or modify it under the same terms
as Perl itself.