From 5aacb6cb048bb1ca3e3ff534389915067993682f Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Tue, 2 Sep 2008 15:43:33 +0200 Subject: [PATCH] Bumped revision number --- lib/Net/Amazon/S3/Policy.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Net/Amazon/S3/Policy.pm b/lib/Net/Amazon/S3/Policy.pm index d5dc0ae..6c9b2e5 100644 --- a/lib/Net/Amazon/S3/Policy.pm +++ b/lib/Net/Amazon/S3/Policy.pm @@ -1,6 +1,6 @@ package Net::Amazon::S3::Policy; -use version; our $VERSION = qv('0.1.1'); +use version; our $VERSION = qv('0.1.2'); use warnings; use strict; @@ -219,8 +219,8 @@ Net::Amazon::S3::Policy - manage Amazon S3 policies for HTTP POST forms =head1 VERSION -This document describes Net::Amazon::S3::Policy version 0.1.0. Most likely, this -version number here is outdate, and you should peek the source. +This document describes Net::Amazon::S3::Policy version 0.1.2. Most likely, +this version number here is outdate, and you should peek the source. =head1 SYNOPSIS -- 2.11.4.GIT