Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Sep 23, 2010
1 parent 5efdd09 commit a975cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README
Expand Up @@ -46,8 +46,9 @@ SYNOPSIS

DESCRIPTION
The module is a regexp-based string filter, that can merge multiple
conversion rules to convert strings. The primary target is to convert
inline markups (such as tweets of Twitter) to HTML.
conversion rules for converting strings. The primary target of the
module is to convert inline markups (such as the tweets of Twitter) to
HTML.

FUNCTIONS
new
Expand Down
2 changes: 2 additions & 0 deletions lib/String/Filter.pm
Expand Up @@ -5,6 +5,8 @@ use warnings;

use Regexp::Assemble;

our $VERSION = '0.01';

sub new {
my $klass = shift;
my $args = @_ == 1 ? $_[0] : +{ @_ };
Expand Down

0 comments on commit a975cda

Please sign in to comment.