Apache2 fix in Apache::MVC (bug 13888)
Maypole::Session::generate_unique_id() now returns the id (bug 14124)
Implement -Init flag in Mp::Application (wishlist 14123)
+ add() alias to push() in Mp::Headers (wishlist 14142)
2.10 Tue 19 Jul 2005
Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 )
shift->header(@_);
}
+*add = \&push; # useful for Apache::Session::Wrapper support
+
sub push {
shift->push_header(@_);
}
An alias to C<HTTP::Headers-E<gt>push_header>
+=item add
+
+Alias to C<push> - useful for C<Apache::Session::Wrapper> support, in CGI mode.
+
=item init($header =C<gt> $value)
Set the value for the field named C<$header>, but only if that header is