Author: pgollucci Date: Tue Aug 22 21:37:26 2006 New Revision: 433886 URL: http://svn.apache.org/viewvc?rev=433886&view=rev Log: get the package name correct
Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm?rev=433886&r1=433885&r2=433886&view=diff ============================================================================== --- perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm (original) +++ perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Tue Aug 22 21:37:26 2006 @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -package Apache::BaseLimit; +package Apache::BaseSizeLimit; use strict;