Show
Ignore:
Timestamp:
06/03/08 16:00:00 (5 years ago)
Author:
tokuhirom
Message:

this module only extends Number.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/autobox-Numeric-Bytes/trunk/lib/autobox/Numeric/Bytes.pm

    r13112 r13113  
    88use base qw(autobox); 
    99 
     10our $VERSION = '0.01'; 
     11 
    1012sub import { 
    11     shift->SUPER::import(DEFAULT => 'autobox::Numeric::Bytes::', @_); 
     13    shift->SUPER::import(NUMBER => 'autobox::Numeric::Bytes::Impl', @_); 
    1214} 
    1315 
    14 our $VERSION = '0.01'; 
    15  
    16 package autobox::Numeric::Bytes::SCALAR; 
     16package autobox::Numeric::Bytes::Impl; 
    1717 
    1818sub bytes {