Changeset 1841

Show
Ignore:
Timestamp:
11/24/06 08:55:44
Author:
miyagawa
Message:

First cut off geo support.
* Added Plagger::Location and $entry->location API
* Added Namespace::Geo by Jean Yves

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/feature-geo/plagger/lib/Plagger/Entry.pm

    r1741 r1841  
    33 
    44use base qw( Plagger::Thing ); 
    5 __PACKAGE__->mk_accessors(qw( tags link feed_link rate icon meta source language )); 
     5__PACKAGE__->mk_accessors(qw( tags link feed_link rate icon meta source language location )); 
    66__PACKAGE__->mk_text_accessors(qw( title author summary body )); 
    77__PACKAGE__->mk_date_accessors(qw( date )); 
     
    1111use Storable; 
    1212use Plagger::Util; 
     13use Plagger::Location; 
    1314 
    1415sub new {