missing file
[?]
Feb 26, 2010, 7:38 AM
FD76WVTQR5QM6ZP7GH2R6YSBRI3LFMB54YSGHURE4RAICAKFWGOACDependencies
- [2]
D5QIOJGP* Move everything up one directory.
Change contents
- file addition: UriRevMapper.pm[2.477]
package Hydra::Schema::UriRevMapper;# Created by DBIx::Class::Schema::Loader# DO NOT MODIFY THE FIRST PART OF THIS FILEuse strict;use warnings;use base 'DBIx::Class::Core';=head1 NAMEHydra::Schema::UriRevMapper=cut__PACKAGE__->table("UriRevMapper");=head1 ACCESSORS=head2 baseuridata_type: textdefault_value: undefis_nullable: 0size: undef=head2 uridata_type: textdefault_value: undefis_nullable: 0size: undef=cut__PACKAGE__->add_columns("baseuri",{data_type => "text",default_value => undef,is_nullable => 0,size => undef,},"uri",{data_type => "text",default_value => undef,is_nullable => 0,size => undef,},);__PACKAGE__->set_primary_key("baseuri");# Created by DBIx::Class::Schema::Loader v0.05003 @ 2010-02-25 12:58:30# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r3ricsHLJ6t/8kg+5Gu5Qw# You can replace this text with custom content, and it will be preserved on regeneration1;