Skip to content

Commit

Permalink
[dzil] Make use of DZP::Rinci::AbstractFromMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Dec 17, 2014
1 parent d89987f commit 044e0bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions lib/Parse/VarName.pm
@@ -1,16 +1,22 @@
package Parse::VarName;

# DATE
# VERSION

use 5.010001;
use strict;
use warnings;

use Exporter::Lite;
our @EXPORT_OK = qw(split_varname_words);

# VERSION

our %SPEC;

$SPEC{':package'} = {
v => 1.1,
summary => 'Routines to parse variable name',
};

# cannot be put inside sub, warning "Variable %s will not stay shared"
my @res;

Expand Down Expand Up @@ -67,4 +73,4 @@ sub split_varname_words {
}

1;
# ABSTRACT: Routines to parse variable name
# ABSTRACT:

0 comments on commit 044e0bf

Please sign in to comment.