Skip to content

Commit

Permalink
COmmitting changes....
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrago999 committed Dec 13, 2011
1 parent beacf55 commit 4b1e430
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
15 changes: 15 additions & 0 deletions Changes
@@ -1,6 +1,21 @@

Changelog for perl module AWS::S3

2011-12-13 v0.018
- Thanks to ukautz++ (Ulrich Kautz) for adding the ability to set the content-type
of files stored in S3.
- He even updated the POD to show how to set the content-type (via 'contenttype').

2011-12-11 v0.017
- Fixed broken META.yml (again)

2011-12-10 v0.016
- Fixed broken META.yml

2011-12-10 v0.015
- Migrated to github.
- Added repository url to meta.

2011-12-09 v0.014
- A few minor updates.

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -33,4 +33,5 @@ lib/AWS/S3/ResponseParser.pm
Makefile.PL
MANIFEST This list of files
META.yml
README.markdown
t/010-basic/010-basic.t
7 changes: 4 additions & 3 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: AWS-S3
version: 0.013
version: 0.018
abstract: Lightweight interface to Amazon S3 (Simple Storage Service)
author:
- John Drago <jdrago_999@yahoo.com>
Expand All @@ -10,7 +10,7 @@ test_requires:
Test::More: 0
requires:
Carp: 0
Class::Load 0
Class::Load: 0
Iterator::Paged: 1.001
XML::LibXML: 0
XML::LibXML::XPathContext: 0
Expand All @@ -20,12 +20,13 @@ requires:
URI::Escape: 0
VSO: 0.012
Iterator::Paged: 0
recommends:
no_index:
directory:
- t
- inc
generated_by: Hand
resources:
repository: git://github.com/jdrago999/AWS-S3.git
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
4 changes: 4 additions & 0 deletions Makefile.PL
Expand Up @@ -24,6 +24,10 @@ requires 'URI::Escape' => '0';
requires 'Digest::HMAC_SHA1' => '0';
requires 'Iterator::Paged' => '0';

resources(
'repository' => 'https://github.com/jdrago999/AWS-S3'
);


tests_recursive();
WriteAll();
Expand Down
2 changes: 1 addition & 1 deletion lib/AWS/S3.pm
Expand Up @@ -13,7 +13,7 @@ use AWS::S3::Owner;
use AWS::S3::Bucket;


our $VERSION = '0.014';
our $VERSION = '0.018';

has 'access_key_id' => (
is => 'ro'
Expand Down

0 comments on commit 4b1e430

Please sign in to comment.