Changeset 1845
- Timestamp:
- 11/25/06 11:38:44
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/feature-geo/plagger/lib/Plagger/Plugin/Bundle/Defaults.pm
r1769 r1845 13 13 $context->autoload_plugin({ module => 'Summary::Simple' }); 14 14 15 $context->autoload_plugin({ module => 'Namespace::HatenaFotolife' });16 15 $context->autoload_plugin({ module => 'Namespace::MediaRSS' }); 17 16 $context->autoload_plugin({ module => 'Namespace::ApplePhotocast' }); … … 45 44 =item Namespace::MediaRSS 46 45 47 =item Namespace::HatenaFotolife48 49 46 =item Namespace::ApplePhotocast 50 47 branches/feature-geo/plagger/t/plugins/Namespace-HatenaFotolife/base.t
r1769 r1845 19 19 feed: 20 20 - file://$t::TestPlagger::BaseDirURI/t/samples/hatenafotolife.rdf 21 - module: Namespace::HatenaFotolife 21 22 22 23 --- expected
