remove version section from pod
[p5sagit/Config-Any.git] / lib / Config / Any.pm
index 68a7fbc..15005fc 100644 (file)
@@ -6,16 +6,12 @@ use warnings;
 use Carp;
 use Module::Pluggable::Object ();
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 NAME
 
 Config::Any - Load configuration from different file formats, transparently
 
-=head1 VERSION
-
-This document describes Config::Any version 0.10
-
 =head1 SYNOPSIS
 
     use Config::Any;