[Templates-cvs] cvs commit: TT3/lib/Template/VObject Text.pm

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 29 Mar 2004 19:39:22 +0100


cvs         04/03/29 18:39:22

  Modified:    lib/Template/VObject Text.pm
  Log:
  * removed crusty docs
  
  Revision  Changes    Path
  1.3       +3 -55     TT3/lib/Template/VObject/Text.pm
  
  Index: Text.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template/VObject/Text.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Text.pm	2004/03/29 18:36:41	1.2
  +++ Text.pm	2004/03/29 18:39:22	1.3
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Text.pm,v 1.2 2004/03/29 18:36:41 abw Exp $
  +#   $Id: Text.pm,v 1.3 2004/03/29 18:39:22 abw Exp $
   #
   #========================================================================
   
  @@ -29,7 +29,7 @@
   use base qw( Template::VObject );
   use vars qw( $VERSION $DEBUG $ERROR $THROW $METHODS );
   
  -$VERSION   = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
  +$VERSION   = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
   $DEBUG     = 0 unless defined $DEBUG;
   $ERROR     = '';
   $THROW     = 'Text';
  @@ -560,58 +560,6 @@
   
   
   
  -
  -
  -
  -1;
  -
  -__END__
  -
  -=head1 NAME
  -
  -Template::VMethods::Text - text virtual methods
  -
  -=head1 SYNOPSIS
  -
  -    use Template::VMethods::Text;
  -
  -    my $vtable  = Template::VMethods::Text->vtable();
  -    my $handler = $vtable->{ length };
  -    my $text    = 'The cat sat on the mat';
  -    my $result  = &$handler($text);
  -
  -=head1 DESCRIPTION
  -
  -This module implements the text virtual methods
  -
  -=head1 AUTHOR
  -
  -Andy Wardley E<lt>abw@kfs.orgE<gt>
  -
  -L<http://www.andywardley.com/|http://www.andywardley.com/>
  -
  -=head1 VERSION
  -
  -$revision$
  -
  -=head1 COPYRIGHT
  -
  -  Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  -  Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
  -
  -This module is free software; you can redistribute it and/or
  -modify it under the same terms as Perl itself.
  -
  -=head1 SEE ALSO
  -
  -L<Template|Template>
  -
  -=cut
  -
  -
  -
  -#========================================================================
  -
   1;
   
   __END__
  @@ -634,7 +582,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.2 $
  +$Revision: 1.3 $
   
   =head1 COPYRIGHT