/[webpac2]/trunk/lib/WebPAC/Normalize.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/Normalize.pm

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

revision 1366 by dpavlin, Thu Apr 21 17:10:04 2011 UTC revision 1367 by dpavlin, Thu Dec 15 21:40:37 2011 UTC
# Line 145  sub _set_ds { Line 145  sub _set_ds {
145          $WebPAC::Normalize::MARC::rec = $rec;          $WebPAC::Normalize::MARC::rec = $rec;
146  }  }
147    
148  =head2  =head2 _get_rec
149    
150    my $rec = _get_rec();    my $rec = _get_rec();
151    
# Line 153  sub _set_ds { Line 153  sub _set_ds {
153    
154  sub _get_rec { $rec };  sub _get_rec { $rec };
155    
156    =head2 _set_rec
157    
158      _set_rec( $rec );
159    
160    =cut
161    
162    sub _set_rec { $rec = $_[0] }
163    
164  =head2 _set_config  =head2 _set_config
165    
166  Set current config hash  Set current config hash

Legend:
Removed from v.1366  
changed lines
  Added in v.1367

  ViewVC Help
Powered by ViewVC 1.1.26