The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • Added roles that post and feed result sets must consume:
    • Perlanet::DBIx::Class::Role::FeedResultSet
    • Perlanet::DBIx::Class::Role::PostResultSet
  • Added automatic de-duplication of posts
    • The PostResultSet role now has a `has_post' method which is used to determine if a post has already been saved to the database. You are welcome to exclude this method and provide your own implementation.

Modules

Aggregate posts in a database using DBIx::Class
Role for the ResultSet which contains a list of feeds to aggregate
Role for the ResultSet which contains a list of saved posts
All types used by Perlanet::DBIx::Class