Ignore:
Timestamp:
11/28/08 13:33:03 (3 years ago)
Author:
CrawfordCurrie
Message:

Item175: Added Foswiki::Time to published APIs and deprecated the duplicates in Foswiki::Func, cleaned up versioning of published APIs and added VERSION to each. Item295: changed =pod to =begin TML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/AggregateIterator.pm

    r830 r1041  
    11# See bottom of file for license and copyright information 
    2 =pod 
     2=begin TML 
    33 
    44---+ package Foswiki::AggregateIterator 
     
    1212use strict; 
    1313 
    14 =pod 
     14=begin TML 
    1515 
    1616---++ new(\@list, $unique) 
     
    4242} 
    4343 
    44 =pod 
     44=begin TML 
    4545 
    4646---++ hasNext() -> $boolean 
     
    9393} 
    9494 
    95 =pod 
     95=begin TML 
    9696 
    9797---++ next() -> $data 
Note: See TracChangeset for help on using the changeset viewer.