From 4c11f4dd761a2327535c6153e3ea22bf9c897675 Mon Sep 17 00:00:00 2001 From: chromatic Date: Thu, 15 Apr 2010 20:16:05 +0000 Subject: [PATCH] Let dzil manage version information. --- dist.ini | 5 +++-- lib/Pod/PseudoPod/LaTeX.pm | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/dist.ini b/dist.ini index 5adb2b9..0f86619 100644 --- a/dist.ini +++ b/dist.ini @@ -6,12 +6,13 @@ copyright_holder = chromatic [AutoPrereq] [GatherDir] +[License] [Manifest] +[MetaJSON] [MetaYAML] [ModuleBuild] [NextRelease] [PruneCruft] -[License] -[Readme] [PodVersion] [PkgVersion] +[Readme] diff --git a/lib/Pod/PseudoPod/LaTeX.pm b/lib/Pod/PseudoPod/LaTeX.pm index dc97398..12a4867 100644 --- a/lib/Pod/PseudoPod/LaTeX.pm +++ b/lib/Pod/PseudoPod/LaTeX.pm @@ -8,8 +8,6 @@ use 5.008006; use strict; use warnings; -our $VERSION = '1.01'; - sub new { my ( $class, %args ) = @_; @@ -551,10 +549,6 @@ __END__ Pod::PseudoPod::LaTeX - convert Pod::PseudoPod documents into LaTeX -=head1 VERSION - -Version 0.10 - =head1 SYNOPSIS This module is a Pod::PseudoPod subclass, itself a Pod::Simple subclass. This