head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.11.27.02.35.16;	author rafan;	state dead;
branches;
next	1.1;

1.1
date	2006.05.02.23.16.02;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.91
- Unbreak on amd64

PR:		ports/105414
Submitted by:	rafan
Approved by:	maintainer timeout (15 days)
@
text
@--- Ace.pm.orig	Tue May  2 17:32:55 2006
+++ Ace.pm	Tue May  2 17:33:12 2006
@@@@ -2,7 +2,7 @@@@
 
 use strict;
 use Carp qw(croak carp cluck);
-use WeakRef;
+use Scalar::Util qw(weaken);
 
 use vars qw($VERSION @@ISA @@EXPORT @@EXPORT_OK $Error);
 
--- ChangeLog.orig	Tue May  2 17:33:12 2006
+++ ChangeLog	Tue May  2 17:33:22 2006
@@@@ -1,7 +1,7 @@@@
 1.89	Wed Mar  9 18:25:45 EST 2005
 	1. Added caching code.
 	2. Now requires ace binaries 4_9s or later.
-	3. Requires CACHE::CACHE and WeakRef for caching.
+	3. Requires CACHE::CACHE and Scalar::Util for caching.
 	
 1.87  10/3/03
 	1. Fixed unreadable GIF images produced by recent versions of GifAceServer.
--- Makefile.PL.orig	Tue May  2 17:33:22 2006
+++ Makefile.PL	Tue May  2 17:33:32 2006
@@@@ -35,7 +35,7 @@@@
 	      'INC'	     => "-I$headers",
 	      PREREQ_PM      => {
 				 'Digest::MD5'   => 2.0,
-				 'WeakRef'       => 0.01,
+				 'Scalar::Util'  => 1,
 				 'Cache::Cache'  => 1.03,
 				},
 	      'dist'         => {'COMPRESS'=>'gzip -9f', 
@


1.1
log
@- Update to 1.89
- refine BROKEN to make portlint happier
- patch to use on Scalar::Util instead of WeakRef
- mark IGNORE under old perl which don't support weak reference

PR:		96656
Submitted by:	leeym
Approved by:	maintainer
@
text
@@

