From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21647
use strict;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK $data );
-$VERSION = "2.009";
+$VERSION = "2.010";
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
#ifndef PERL_REVISION
# ifndef __PATCHLEVEL_H_INCLUDED__
+# define PERL_PATCHLEVEL_H_IMPLICIT
# include <patchlevel.h>
# endif
-# if !(defined(PERL_VERSION) || (SUBVERSION > 0 && defined(PATCHLEVEL)))
+# if !(defined(PERL_VERSION) || (defined(SUBVERSION) && defined(PATCHLEVEL)))
# include <could_not_find_Perl_patchlevel.h>
# endif
# ifndef PERL_REVISION