Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ubu committed Nov 26, 2001
1 parent a443897 commit 149a1f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile.PL
Expand Up @@ -18,11 +18,6 @@ sub build_xml_sax_base {
my $code = <<'EOHEADER';
package XML::SAX::Base;
use strict;
use vars qw($VERSION);
$VERSION = 0.25;
# version 0.10 - Kip Hampton <khampton@totalcinema.com>
# version 0.13 - Robin Berjon <robin@knowscape.com>
# version 0.15 - Kip Hampton <khampton@totalcinema.com>
Expand All @@ -45,8 +40,6 @@ $VERSION = 0.25;
# this one.
#-----------------------------------------------------#
package XML::SAX::Base;
use strict;
use vars qw($VERSION);
use XML::SAX::Exception qw();
Expand Down

0 comments on commit 149a1f5

Please sign in to comment.