Changeset 13113 for lang/perl/autobox-Numeric-Bytes
- Timestamp:
- 06/03/08 16:00:00 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/autobox-Numeric-Bytes/trunk/lib/autobox/Numeric/Bytes.pm
r13112 r13113 8 8 use base qw(autobox); 9 9 10 our $VERSION = '0.01'; 11 10 12 sub import { 11 shift->SUPER::import( DEFAULT => 'autobox::Numeric::Bytes::', @_);13 shift->SUPER::import(NUMBER => 'autobox::Numeric::Bytes::Impl', @_); 12 14 } 13 15 14 our $VERSION = '0.01'; 15 16 package autobox::Numeric::Bytes::SCALAR; 16 package autobox::Numeric::Bytes::Impl; 17 17 18 18 sub bytes {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)