source: bookmarks/trunk/Bookmark.pm @ 2

Last change on this file since 2 was 2, checked in by peter, 12 years ago

Added exisiting bookmarks project files

File size: 189 bytes
Line 
1package Bookmark;
2
3use Class::Accessor qw{antlers};
4
5has id    => ( is => 'ro' );
6has uri   => ( is => 'ro' );
7has ctime => ( is => 'ro' );
8has mtime => ( is => 'ro' );
9
10# module return
111;
Note: See TracBrowser for help on using the repository browser.