Changeset 3315 for lang/perl/dan

Show
Ignore:
Timestamp:
12/19/07 13:27:32 (13 months ago)
Author:
yappo
Message:

lang/perl/dan: oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/dan/trunk/lib/dan.pm

    r3314 r3315  
    77use Encode qw(find_encoding); 
    88 
    9 our $VERSION = 0.551.1; 
     9our $VERSION = '0.551.1'; 
    1010 
    1111our $SINGLETON = bless { code => {} }, __PACKAGE__;