- Timestamp:
- 06/27/08 16:18:38 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dan/perl/Object-with/branches/yappo/lib/Object/with.pm
r14699 r14700 4 4 use warnings; 5 5 our $VERSION = '0.01'; 6 use Exporter 'import'; 6 7 use Data::Dumper; 7 8 8 use XSLoader; 9 10 9 XSLoader::load 'Object::with', $VERSION; 11 10 12 13 sub import { 14 my $class = shift; 15 my $pkg = caller(0); 16 no strict 'refs'; 17 *{"$pkg\::with"} = \&with; 18 } 11 our @EXPORT = qw/with/; 19 12 20 13 our $TMP_OBJ;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)