Show
Ignore:
Timestamp:
05/10/08 18:10:19 (4 years ago)
Author:
dom
Message:

fix uninitialized warnings (fixes #28)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Atom.pm

    r424 r425  
    9595                 ? '<subtitle>' . $self->{site_description} . "</subtitle>\n" 
    9696                 : ''; 
    97                   
     97 
     98  $atom_timestamp ||= ''; 
     99 
    98100  my $atom = qq{<?xml version="1.0" encoding="} . $self->{encoding} . qq{"?> 
    99101