[Templates-cvs] cvs commit: TT3/lib/Template/TT3/Tag Closed.pm

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 19 Dec 2003 17:56:16 +0000


cvs         03/12/19 17:56:16

  Modified:    lib/Template/TT3/Tag Closed.pm
  Log:
  * removed match() method now implemented in base class
  
  Revision  Changes    Path
  1.2       +3 -13     TT3/lib/Template/TT3/Tag/Closed.pm
  
  Index: Closed.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template/TT3/Tag/Closed.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Closed.pm	2003/12/19 17:49:49	1.1
  +++ Closed.pm	2003/12/19 17:56:15	1.2
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Closed.pm,v 1.1 2003/12/19 17:49:49 abw Exp $
  +#   $Id: Closed.pm,v 1.2 2003/12/19 17:56:15 abw Exp $
   #
   #========================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION $DEBUG $ERROR $WARNING $TAG );
   use base qw( Template::TT3::Tag );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   $ERROR   = '';
   $TAG     = {
  @@ -105,16 +105,6 @@
   }
   
   
  -#------------------------------------------------------------------------
  -# match()
  -#
  -# Accessor method to get the current match.
  -#------------------------------------------------------------------------
  -
  -sub match {
  -    my $self = shift;
  -    return $self->{ match };
  -}
   
   
   1;
  @@ -156,7 +146,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.1 $
  +$Revision: 1.2 $
   
   =head1 COPYRIGHT