Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Feb 20, 2009
1 parent 891f95d commit 0c25c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -12,3 +12,4 @@
\.cvsignore \.cvsignore
\.shipit \.shipit
^t/9\d_.*\.t ^t/9\d_.*\.t
^.git
2 changes: 1 addition & 1 deletion lib/Web/oEmbed.pm
Expand Up @@ -2,7 +2,7 @@ package Web::oEmbed;


use strict; use strict;
use 5.8.1; use 5.8.1;
our $VERSION = '0.02'; our $VERSION = '0.03';


use Any::Moose; use Any::Moose;
has 'format' => (is => 'rw', default => 'json'); has 'format' => (is => 'rw', default => 'json');
Expand Down

0 comments on commit 0c25c03

Please sign in to comment.