Changeset 297 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Listing.pm
- Timestamp:
- 05/18/06 17:11:36 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Listing.pm
r296 r297 43 43 44 44 Based on the supplied criteria (but not using all of those used by 45 B<fetch_recently_changed_nodes>), find the oldest node from the recently45 B<fetch_recently_changed_nodes>), find the newest node from the recently 46 46 changed nodes set. Normally used for dating the whole of a Feed. 47 47 48 48 =cut 49 sub fetch_ oldest_for_recently_changed {49 sub fetch_newest_for_recently_changed { 50 50 my ($self, %args) = @_; 51 51
