Changeset 13

Show
Ignore:
Timestamp:
05/03/06 23:59:58 (4 years ago)
Author:
sky
Message:

r16@crucially-3 (orig r933): btrott | 2005-06-24 10:41:24 -0700
Moved empty subroutine definitions into POD

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Data/ObjectDriver.pm

    r6 r13  
    1717##  and transparently getting correct column value based on pk column 
    1818## add in-memory cache driver (per Apache request) 
    19 ## refactor Memcached.pm into generic Cache.pm, with Memcached.pm override 
    2019## add in DBM.pm 
    2120## add in ObjectDriver filters 
     
    3534} 
    3635 
     361; 
     37__END__ 
     38 
     39=head1 NAME 
     40 
     41Data::ObjectDriver - Simple, transparent data interface, with caching 
     42 
     43=head1 SYNOPSIS 
     44 
     45=head1 USAGE 
     46 
    3747sub lookup; 
    3848sub lookup_multi; 
     
    4353sub search; 
    4454 
    45 1; 
     55=cut