Changeset 424 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Listing.pm
- Timestamp:
- 05/10/08 17:34:11 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Listing.pm
r367 r424 193 193 # Utility method, to help with argument passing where one of a list of 194 194 # arguments must be supplied 195 # 195 196 #=cut 197 196 198 sub handle_supply_one_of { 197 199 my ($self,$mref,$aref) = @_; … … 250 252 251 253 =cut 254 252 255 sub parse_feed_timestamp { die("Not implemented by feed renderer!"); } 253 254 256 255 257 1; … … 279 281 under the same terms as Perl itself. 280 282 281 282 =cut 283 =cut
