Changeset 310

Show
Ignore:
Timestamp:
03/05/06 09:53:54
Author:
miyagawa
Message:

oops, source is to entry, not feed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Entry.pm

    r307 r310  
    33 
    44use base qw( Plagger::Thing ); 
    5 __PACKAGE__->mk_accessors(qw( title author tags date link id summary body rate  icon meta)); 
     5__PACKAGE__->mk_accessors(qw( title author tags date link id summary body rate  icon meta source )); 
    66 
    77use Digest::MD5; 
  • trunk/plagger/lib/Plagger/Feed.pm

    r307 r310  
    33 
    44use base qw( Plagger::Thing ); 
    5 __PACKAGE__->mk_accessors(qw( link url image description language author updated tags meta type source_xml source )); 
     5__PACKAGE__->mk_accessors(qw( link url image description language author updated tags meta type source_xml )); 
    66 
    77use Digest::MD5 qw(md5_hex);