CVSROOT:	/raid/cvsroot
Module name:	rt
Repository:	rt/lib/RT/
Changes by:	tobiasb at pallas.eruditorum.org.	00/02/29 03:58:45
Modified files:
	rt/lib/RT/: Tag: rt-1-1 Watchers.pm 
Log message:
	Added an Emails method.  It can be used like:
	
	print join(",", @{$Watchers->Emails("Requestors")});
	
	or
	
	$Watchers->LimitToRequestors;
	$Emails=$Watchers->Emails;
	
	...