log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pub
>
Impl
annotate lib/IMPL/ORM/PropertyImplementor.pm @ 420:
df591e3afd10
ref20150831
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
sync
author
cin
date
Sat, 25 Feb 2017 22:35:26 +0300
parents
c6e90e02dd17
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
407
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
1
package IMPL::ORM::PropertyImplementor;
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
2
use strict;
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
3
use warnings;
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
4
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
5
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
6
c6e90e02dd17
renamed Lib->lib
cin
parents:
diff
changeset
7
1;