root/lang/perl/Nanto/trunk/examples/SampleBBS/lib/SampleBBS/Schema.pm
@
10530
| Revision 10530, 354 bytes (checked in by tokuhirom, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package SampleBBS::Schema; |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | |
| 6 | use base 'DBIx::Class::Schema'; |
| 7 | |
| 8 | __PACKAGE__->load_classes; |
| 9 | |
| 10 | |
| 11 | # Created by DBIx::Class::Schema::Loader v0.04004 @ 2008-04-27 12:17:04 |
| 12 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3O0KYBVrz16DkogS0+7ulg |
| 13 | |
| 14 | |
| 15 | # You can replace this text with custom content, and it will be preserved on regeneration |
| 16 | 1; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)