Skip to content

Instantly share code, notes, and snippets.

@rbuels
Created October 28, 2009 21:00
Show Gist options
  • Select an option

  • Save rbuels/220832 to your computer and use it in GitHub Desktop.

Select an option

Save rbuels/220832 to your computer and use it in GitHub Desktop.
BEGIN {
package Foo::Schema::MyTable;
.... #define the dbic stuff
package Foo::Schema;
__PACKAGE__->load_classes('Foo::Table');
}
BEGIN {
package Bar::Schema::MyOtherTable;
.... #define the dbic stuff
package Bar::Schema;
__PACKAGE__->load_classes('Bar::Schema::MyOtherTable');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment