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

0.07    20080809
        - Qualified namespace with YAML::Dump call.
        - Put in a BUILD so things like Catalyst::Model::Adaptor can
          put configs into new() calls.

0.06    20080808
        - Fixed CSS typo in Pod.
        - Put in Hash::Merge::Simple for config. Made the ellipsis and
          read_more options work. Docs showed them working but they
          did not befeore.
        - Put a little Encode stuff in though frankly I'm not sure
          it's in the right place.

0.05    20080805
        - Strip leading and trailing <br/>s when they are in the keep_tags.

0.04    20080805
        - Fixed README. Der...
        - Added as_string and process.t.
        - Fixed broken command line snippet to see keep_tags.
        - Happy 4 to the VI.

0.03    20080804
        - Updated half-done 0.02 entry date below. Sigh.
        - Fixed synopsis.t output a little.
        - Put timeout on XML::Feed->parse() requests.
        - Updated docs a bit and though load_config will still handle
          a Perl structure, it's not in the doc now and won't do it
          much longer.
        - Considering name change to App::RSSycklr... Not sure.

0.02    20080803
        - Improved Pod for 'rssycklr.' Didn't mean to ship it with
          such bad docs.

0.01    20080803
        - Holy cats is Mouse/Moose hot. This is an adaptation of a
          script I've been using. It's the kind of thing that normally
          seems wrong for a module but Mouse made it natural. Really
          nice. See the docs for todo and such.