From 58a399d76699792f48fa6d121895a688d5987c80 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Sep 2005 12:57:18 +0000 Subject: r10388: Add version numbers (required for CPAN) (This used to be commit 786329576bf14ae774f9d5a24268e46b7dcb634a) --- source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm') diff --git a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm index c12731eca2..706a259306 100644 --- a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm +++ b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm @@ -6,6 +6,8 @@ package Parse::Pidl::Ethereal::Conformance; require Exporter; +use vars qw($VERSION); +$VERSION = '0.01'; @ISA = qw(Exporter); @EXPORT_OK = qw(ReadConformance); -- cgit