source:
bookmarks/trunk/Bookmark.pm
@
11
Last change on this file since 11 was 2, checked in by peter, 13 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | package Bookmark; |
2 | |
3 | use Class::Accessor qw{antlers}; |
4 | |
5 | has id => ( is => 'ro' ); |
6 | has uri => ( is => 'ro' ); |
7 | has ctime => ( is => 'ro' ); |
8 | has mtime => ( is => 'ro' ); |
9 | |
10 | # module return |
11 | 1; |
Note: See TracBrowser
for help on using the repository browser.