source:
bookmarks/trunk/Bookmark.pm
@
15
| Last change on this file since 15 was 2, checked in by peter, 14 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.
