Skip to content

Commit

Permalink
Schema::Types
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Nov 10, 2011
1 parent d33b807 commit f84ee06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/03.txt
Expand Up @@ -494,7 +494,7 @@ Affiliate クラス:
また、使用頻度の高い定義に関しては、定数関数用のモジュールを作ってそれを読み込んで使っても良いかもしれません。


package Jobeet::Schema::Definition;
package Jobeet::Schema::Types;
use parent 'Exporter';
our @EXPORT qw/PK_INTEGER INTEGER VARCHAR TINYINT DATETIME/;

Expand Down Expand Up @@ -551,7 +551,7 @@ Affiliate クラス:
use strict;
use warnings;
use parent 'Jobeet::Schema::ResultBase';
use Jobeet::Schema::Definition;
use Jobeet::Schema::Types;

__PACKAGE__->table('jobeet_affiliate');

Expand Down

0 comments on commit f84ee06

Please sign in to comment.