/[webpac2]/trunk/lib/WebPAC/Input.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1304 by dpavlin, Sun Sep 20 21:38:15 2009 UTC revision 1306 by dpavlin, Mon Sep 21 15:48:52 2009 UTC
# Line 473  because it takes into account C<offset> Line 473  because it takes into account C<offset>
473    
474  sub size {  sub size {
475          my $self = shift;          my $self = shift;
476          return $self->{size};          $self->{ll_db}->size if $self->{ll_db}->can('size');
477            return $self->{size}; # FIXME this is buggy if open is called multiple times!
478  }  }
479    
480  =head2 seek  =head2 seek

Legend:
Removed from v.1304  
changed lines
  Added in v.1306

  ViewVC Help
Powered by ViewVC 1.1.26