]> git.decadent.org.uk Git - maypole.git/commitdiff
add() alis to push() in Mp::Headers - bug 14142
authorDavid Baird <cpan.zerofive@googlemail.com>
Sat, 20 Aug 2005 13:45:35 +0000 (13:45 +0000)
committerDavid Baird <cpan.zerofive@googlemail.com>
Sat, 20 Aug 2005 13:45:35 +0000 (13:45 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@376 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole/Headers.pm

diff --git a/Changes b/Changes
index 9872249504a536715caa8b80ae5978aadd77a2a7..dbf4c9bf776e124afb3426fc3261f221846d1d60 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,7 @@ For information about current developments and future releases, see:
     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 )
index 33edc1bbedb70dd90fc1be22c8ebf5992080a0b3..320cb0541841aaa4fe1b0f96127f919cb84b6998 100644 (file)
@@ -14,6 +14,8 @@ sub set {
     shift->header(@_);
 }
 
+*add = \&push; # useful for Apache::Session::Wrapper support
+
 sub push {
     shift->push_header(@_);
 }
@@ -84,6 +86,10 @@ Add a value to the field named C<$header>. Previous values are maintained.
 
 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