Skip to content

Commit

Permalink
Updated META info for version 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Aug 24, 2011
1 parent 1c5c2c4 commit 85ee3f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.info
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
{ {
"name" : "LWP::Simple", "name" : "LWP::Simple",
"version" : "0.07", "version" : "0.08",
"description" : "LWP::Simple quick & dirty implementation for Rakudo Perl 6", "description" : "LWP::Simple quick & dirty implementation for Rakudo Perl 6",
"depends" : [ "MIME::Base64" ], "depends" : [ "MIME::Base64", "URI" ],
"author" : "Cosimo Streppone", "author" : "Cosimo Streppone",
"authority" : "cosimo", "authority" : "cosimo",
"source-url" : "git://github.com/cosimo/perl6-lwp-simple.git" "source-url" : "git://github.com/cosimo/perl6-lwp-simple.git"
Expand Down
1 change: 0 additions & 1 deletion deps.proto

This file was deleted.

2 changes: 1 addition & 1 deletion lib/LWP/Simple.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use v6;
use MIME::Base64; use MIME::Base64;
use URI; use URI;


class LWP::Simple:auth<cosimo>:ver<0.07>; class LWP::Simple:auth<cosimo>:ver<0.08>;


our $VERSION = '0.08'; our $VERSION = '0.08';


Expand Down

0 comments on commit 85ee3f9

Please sign in to comment.