~ubuntu-branches/ubuntu/utopic/libhtml-tokeparser-simple-perl/utopic

« back to all changes in this revision

Viewing changes to lib/HTML/TokeParser/Simple/Token/Comment.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-06-26 21:32:32 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130626213232-jvy1ec8xr86c7j2e
Tags: 3.16-1
* New upstream release.
* Drop patches, merged upstream.
* Build-Depend on Module::Build 0.40.
* Remove libtest-*perl, tests not run by default anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
use strict;
4
4
 
5
 
use vars qw/ $VERSION $REVISION /;
6
 
$REVISION = '$Id: Comment.pm,v 1.4 2005/10/08 19:45:55 ovid Exp $';
7
 
$VERSION  = '1.0';
 
5
our $VERSION  = '3.16';
8
6
use base 'HTML::TokeParser::Simple::Token';
9
7
 
10
8
sub is_comment { 1 }