Skip to content

Commit

Permalink
CPAN Release 0.03
Browse files Browse the repository at this point in the history
- DZ:P:InlineModule needed a fix
- bundle stuff was missing in inc
  • Loading branch information
ingydotnet committed Jan 2, 2015
1 parent f81d741 commit a21c065
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.03
date: Fri Jan 2 09:31:02 PST 2015
changes:
- DZ:P:InlineModule needed a fix
- bundle stuff was missing in inc
---
version: 0.02
date: Fri Jan 2 01:31:47 PST 2015
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: String-Slice
version: 0.02
version: 0.03
abstract: Shared Memory Slices of Bigger Strings
homepage: https://metacpan.org/release/String-Slice
license: perl
Expand Down
2 changes: 1 addition & 1 deletion lib/String/Slice.pm
@@ -1,7 +1,7 @@
use strict;
package String::Slice;

our $VERSION = '0.02';
our $VERSION = '0.03';

use Exporter 'import';
our @EXPORT = qw(slice);
Expand Down

0 comments on commit a21c065

Please sign in to comment.