repo.or.cz
/
blog.pm-common-perl-mods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Documentation.
[blog.pm-common-perl-mods.git]
/
Rose-DBx-Object-I18N
/
lib
/
Rose
/
DBx
/
Object
/
I18N
/
Metadata
/
Column
/
Language.pm
blob
060f77f24dca78ea768b81632bc1e04bb185e4f6
1
package
Rose
::
DBx
::
Object
::
I18N
::
Metadata
::
Column
::
Language
;
2
3
use
base
'Rose::DB::Object::Metadata::Column::Scalar'
;
4
5
sub
type
{
return
'i18n_language'
}
6
7
1
;