- Timestamp:
- 04/01/08 16:45:26 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/XML-Atom-Server-Lite/trunk/lib/XML/Atom/Server/Lite/Feed.pm
r1784 r8595 8 8 my $class = shift; 9 9 my $self = bless {}, $class; 10 $self->{entries} = [];11 $self;10 $self->{entries} = []; 11 $self; 12 12 } 13 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)