The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 012
META.json 11
META.yml 11
Makefile.PL 11
README 11
lib/HTML/Mason/Admin.pod 11
lib/HTML/Mason/Apache/Request.pm 11
lib/HTML/Mason/ApacheHandler.pm 11
lib/HTML/Mason/CGIHandler.pm 11
lib/HTML/Mason/Cache/BaseCache.pm 22
lib/HTML/Mason/Compiler/ToObject.pm 22
lib/HTML/Mason/Compiler.pm 22
lib/HTML/Mason/Component/FileBased.pm 22
lib/HTML/Mason/Component/Subcomponent.pm 22
lib/HTML/Mason/Component.pm 22
lib/HTML/Mason/ComponentSource.pm 22
lib/HTML/Mason/Devel.pod 11
lib/HTML/Mason/Escapes.pm 22
lib/HTML/Mason/Exceptions.pm 11
lib/HTML/Mason/FAQ.pod 11
lib/HTML/Mason/FakeApache.pm 44
lib/HTML/Mason/Handler.pm 11
lib/HTML/Mason/Interp.pm 22
lib/HTML/Mason/Lexer.pm 22
lib/HTML/Mason/MethodMaker.pm 22
lib/HTML/Mason/Params.pod 11
lib/HTML/Mason/Parser.pm 11
lib/HTML/Mason/Plugin/Context.pm 66
lib/HTML/Mason/Plugin.pm 22
lib/HTML/Mason/Request.pm 33
lib/HTML/Mason/Resolver/File.pm 22
lib/HTML/Mason/Resolver/Null.pm 22
lib/HTML/Mason/Resolver.pm 22
lib/HTML/Mason/Subclassing.pod 11
lib/HTML/Mason/Tests.pm 22
lib/HTML/Mason/Tools.pm 22
lib/HTML/Mason/Utils.pm 22
lib/HTML/Mason.pm 22
38 files changed (This is a version diff) 6678
@@ -2,6 +2,18 @@ Revision history for HTML::Mason.
 
 ** denotes an incompatible change
 
+1.54  Jan 19, 2014
+
+    [ DISTRIBUTION ]
+
+    - Remake with gnutar
+
+1.53  Jan 18, 2014
+
+    [ DISTRIBUTION ]
+
+    - Attempt to fix corrupted tar
+
 1.52  Oct 9, 2013
 
     [ BUG FIXES ]
@@ -60,6 +60,6 @@
          "web" : "https://github.com/jonswar/perl-HTML-Mason"
       }
    },
-   "version" : "1.52"
+   "version" : "1.54"
 }
 
@@ -33,4 +33,4 @@ requires:
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML::Mason
   repository: git://github.com/jonswar/perl-HTML-Mason.git
-version: 1.52
+version: 1.54
@@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
   "TEST_REQUIRES" => {
     "Test::Deep" => 0
   },
-  "VERSION" => "1.52",
+  "VERSION" => "1.54",
   "test" => {
     "TESTS" => "t/*.t t/author-live/*.t"
   }
@@ -2,7 +2,7 @@ NAME
     Mason - High-performance, dynamic web site authoring system
 
 VERSION
-    version 1.52
+    version 1.54
 
 SYNOPSIS
         PerlModule HTML::Mason::ApacheHandler
@@ -10,7 +10,7 @@ HTML::Mason::Admin - Mason Administrator's Manual
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -6,7 +6,7 @@
 
 package HTML::Mason::Apache::Request;
 {
-  $HTML::Mason::Apache::Request::VERSION = '1.52';
+  $HTML::Mason::Apache::Request::VERSION = '1.54';
 }
 
 use strict;
@@ -1096,7 +1096,7 @@ HTML::Mason::ApacheHandler - Mason/mod_perl interface
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -234,7 +234,7 @@ HTML::Mason::CGIHandler - Use Mason in a CGI environment
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Cache::BaseCache;
 {
-  $HTML::Mason::Cache::BaseCache::VERSION = '1.52';
+  $HTML::Mason::Cache::BaseCache::VERSION = '1.54';
 }
 use strict;
 use warnings;
@@ -89,7 +89,7 @@ HTML::Mason::Cache::BaseCache - Base cache object
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Compiler::ToObject;
 {
-  $HTML::Mason::Compiler::ToObject::VERSION = '1.52';
+  $HTML::Mason::Compiler::ToObject::VERSION = '1.54';
 }
 
 use strict;
@@ -649,7 +649,7 @@ HTML::Mason::Compiler::ToObject - A Compiler subclass that generates Mason objec
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Compiler;
 {
-  $HTML::Mason::Compiler::VERSION = '1.52';
+  $HTML::Mason::Compiler::VERSION = '1.54';
 }
 
 use strict;
@@ -721,7 +721,7 @@ HTML::Mason::Compiler - Compile Mason component source
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Component::FileBased;
 {
-  $HTML::Mason::Component::FileBased::VERSION = '1.52';
+  $HTML::Mason::Component::FileBased::VERSION = '1.54';
 }
 
 use strict;
@@ -63,7 +63,7 @@ HTML::Mason::Component::FileBased - Mason File-Based Component Class
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Component::Subcomponent;
 {
-  $HTML::Mason::Component::Subcomponent::VERSION = '1.52';
+  $HTML::Mason::Component::Subcomponent::VERSION = '1.54';
 }
 
 use strict;
@@ -61,7 +61,7 @@ HTML::Mason::Component::Subcomponent - Mason Subcomponent Class
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Component;
 {
-  $HTML::Mason::Component::VERSION = '1.52';
+  $HTML::Mason::Component::VERSION = '1.54';
 }
 
 use strict;
@@ -400,7 +400,7 @@ HTML::Mason::Component - Mason Component Class
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::ComponentSource;
 {
-  $HTML::Mason::ComponentSource::VERSION = '1.52';
+  $HTML::Mason::ComponentSource::VERSION = '1.54';
 }
 
 use strict;
@@ -95,7 +95,7 @@ HTML::Mason::ComponentSource - represents information about an component
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -10,7 +10,7 @@ HTML::Mason::Devel - Mason Developer's Manual
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -8,7 +8,7 @@
 
 package HTML::Mason::Escapes;
 {
-  $HTML::Mason::Escapes::VERSION = '1.52';
+  $HTML::Mason::Escapes::VERSION = '1.54';
 }
 
 use strict;
@@ -55,7 +55,7 @@ HTML::Mason::Escapes - Functions to escape text for Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -451,7 +451,7 @@ HTML::Mason::Exceptions - Exception objects thrown by Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -10,7 +10,7 @@ HTML::Mason::FAQ - Frequently asked questions
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 AUTOHANDLERS, METHODS, ATTRIBUTES, INHERITANCE
 
@@ -9,7 +9,7 @@ BEGIN { eval "package Apache" }
 
 package HTML::Mason::FakeApache;
 {
-  $HTML::Mason::FakeApache::VERSION = '1.52';
+  $HTML::Mason::FakeApache::VERSION = '1.54';
 }
 @HTML::Mason::FakeApache::ISA = qw(Apache);
 # Analogous to Apache request object $r (but not an actual Apache subclass)
@@ -318,7 +318,7 @@ sub params {
 ###########################################################
 package HTML::Mason::FakeTable;
 {
-  $HTML::Mason::FakeTable::VERSION = '1.52';
+  $HTML::Mason::FakeTable::VERSION = '1.54';
 }
 # Analogous to Apache::Table.
 use strict;
@@ -375,7 +375,7 @@ sub do {
 ###########################################################
 package HTML::Mason::FakeTableHash;
 {
-  $HTML::Mason::FakeTableHash::VERSION = '1.52';
+  $HTML::Mason::FakeTableHash::VERSION = '1.54';
 }
 # Used by HTML::Mason::FakeTable.
 use strict;
@@ -487,7 +487,7 @@ HTML::Mason::FakeApache - An Apache object emulator for use with Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -10,7 +10,7 @@
 
 package HTML::Mason::Handler;
 {
-  $HTML::Mason::Handler::VERSION = '1.52';
+  $HTML::Mason::Handler::VERSION = '1.54';
 }
 
 use strict;
@@ -6,7 +6,7 @@
 
 package HTML::Mason::Interp;
 {
-  $HTML::Mason::Interp::VERSION = '1.52';
+  $HTML::Mason::Interp::VERSION = '1.54';
 }
 
 use strict;
@@ -1035,7 +1035,7 @@ HTML::Mason::Interp - Mason Component Interpreter
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Lexer;
 {
-  $HTML::Mason::Lexer::VERSION = '1.52';
+  $HTML::Mason::Lexer::VERSION = '1.54';
 }
 
 use strict;
@@ -585,7 +585,7 @@ HTML::Mason::Lexer - Generates events based on component source lexing
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::MethodMaker;
 {
-  $HTML::Mason::MethodMaker::VERSION = '1.52';
+  $HTML::Mason::MethodMaker::VERSION = '1.54';
 }
 
 use strict;
@@ -121,7 +121,7 @@ HTML::Mason::MethodMaker - Used to create simple get & get/set methods in other
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -16,7 +16,7 @@ HTML::Mason::Params - Mason configuration parameters
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -14,7 +14,7 @@ HTML::Mason::Parser - Old module for compiling components
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -1,6 +1,6 @@
 package HTML::Mason::Plugin::Context;
 {
-  $HTML::Mason::Plugin::Context::VERSION = '1.52';
+  $HTML::Mason::Plugin::Context::VERSION = '1.54';
 }
 use strict;
 use warnings;
@@ -9,7 +9,7 @@ use warnings;
 
 package HTML::Mason::Plugin::Context::StartRequest;
 {
-  $HTML::Mason::Plugin::Context::StartRequest::VERSION = '1.52';
+  $HTML::Mason::Plugin::Context::StartRequest::VERSION = '1.54';
 }
 use base qw(HTML::Mason::Plugin::Context);
 
@@ -26,7 +26,7 @@ sub args      {
 
 package HTML::Mason::Plugin::Context::EndRequest;
 {
-  $HTML::Mason::Plugin::Context::EndRequest::VERSION = '1.52';
+  $HTML::Mason::Plugin::Context::EndRequest::VERSION = '1.54';
 }
 use base qw(HTML::Mason::Plugin::Context);
 
@@ -47,7 +47,7 @@ sub error     { $_[0]->[5] }
 
 package HTML::Mason::Plugin::Context::StartComponent;
 {
-  $HTML::Mason::Plugin::Context::StartComponent::VERSION = '1.52';
+  $HTML::Mason::Plugin::Context::StartComponent::VERSION = '1.54';
 }
 use base qw(HTML::Mason::Plugin::Context);
 
@@ -59,7 +59,7 @@ sub args      { $_[0]->[2] }
 
 package HTML::Mason::Plugin::Context::EndComponent;
 {
-  $HTML::Mason::Plugin::Context::EndComponent::VERSION = '1.52';
+  $HTML::Mason::Plugin::Context::EndComponent::VERSION = '1.54';
 }
 use base qw(HTML::Mason::Plugin::Context);
 
@@ -84,7 +84,7 @@ HTML::Mason::Plugin::Context - encapsulates arguments passed to plugin methods
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -1,6 +1,6 @@
 package HTML::Mason::Plugin;
 {
-  $HTML::Mason::Plugin::VERSION = '1.52';
+  $HTML::Mason::Plugin::VERSION = '1.54';
 }
 
 use strict;
@@ -43,7 +43,7 @@ HTML::Mason::Plugin - Plugin Base class for Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -32,7 +32,7 @@
 
 package HTML::Mason::Request;
 {
-  $HTML::Mason::Request::VERSION = '1.52';
+  $HTML::Mason::Request::VERSION = '1.54';
 }
 
 use strict;
@@ -1552,7 +1552,7 @@ sub log
 
 package Tie::Handle::Mason;
 {
-  $Tie::Handle::Mason::VERSION = '1.52';
+  $Tie::Handle::Mason::VERSION = '1.54';
 }
 
 sub TIEHANDLE
@@ -1595,7 +1595,7 @@ HTML::Mason::Request - Mason Request Class
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Resolver::File;
 {
-  $HTML::Mason::Resolver::File::VERSION = '1.52';
+  $HTML::Mason::Resolver::File::VERSION = '1.54';
 }
 
 use strict;
@@ -113,7 +113,7 @@ HTML::Mason::Resolver::File - Component path resolver for file-based components
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Resolver::Null;
 {
-  $HTML::Mason::Resolver::Null::VERSION = '1.52';
+  $HTML::Mason::Resolver::Null::VERSION = '1.54';
 }
 
 use strict;
@@ -41,7 +41,7 @@ HTML::Mason::Resolver::Null - a do-nothing resolver
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -4,7 +4,7 @@
 
 package HTML::Mason::Resolver;
 {
-  $HTML::Mason::Resolver::VERSION = '1.52';
+  $HTML::Mason::Resolver::VERSION = '1.54';
 }
 
 use strict;
@@ -50,7 +50,7 @@ HTML::Mason::Resolver - Component path resolver base class
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -10,7 +10,7 @@ HTML::Mason::Subclassing - Documentation on Subclassing Internal Mason classes
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -1,6 +1,6 @@
 package HTML::Mason::Tests;
 {
-  $HTML::Mason::Tests::VERSION = '1.52';
+  $HTML::Mason::Tests::VERSION = '1.54';
 }
 
 use strict;
@@ -689,7 +689,7 @@ HTML::Mason::Tests - Test harness for testing Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS
 
@@ -10,7 +10,7 @@
 
 package HTML::Mason::Tools;
 {
-  $HTML::Mason::Tools::VERSION = '1.52';
+  $HTML::Mason::Tools::VERSION = '1.54';
 }
 
 use strict;
@@ -283,7 +283,7 @@ HTML::Mason::Tools - Function library used internally in Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -9,7 +9,7 @@
 
 package HTML::Mason::Utils;
 {
-  $HTML::Mason::Utils::VERSION = '1.52';
+  $HTML::Mason::Utils::VERSION = '1.54';
 }
 
 use HTML::Mason::Tools qw(compress_path);
@@ -65,7 +65,7 @@ HTML::Mason::Utils - Publicly available functions useful outside of Mason
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 DESCRIPTION
 
@@ -1,6 +1,6 @@
 package HTML::Mason;
 {
-  $HTML::Mason::VERSION = '1.52';
+  $HTML::Mason::VERSION = '1.54';
 }
 # Copyright (c) 1998-2005 by Jonathan Swartz. All rights reserved.
 # This program is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@ Mason - High-performance, dynamic web site authoring system
 
 =head1 VERSION
 
-version 1.52
+version 1.54
 
 =head1 SYNOPSIS