- Timestamp:
- 06/19/08 18:39:23 (5 months ago)
- Location:
- dan/perl/Object-with/trunk
- Files:
-
- 2 added
- 1 modified
- 1 moved
-
Makefile.PL (added)
-
lib/Object/with.pm (modified) (2 diffs)
-
t (added)
-
t/01_simple.t (moved) (moved from dan/perl/Object-with/trunk/test.pl)
Legend:
- Unmodified
- Added
- Removed
-
dan/perl/Object-with/trunk/lib/Object/with.pm
r14221 r14256 1 1 package Object::with; 2 use Exporter ::Lite;3 @EXPORT = qw/with/;2 use Exporter 'import'; 3 our @EXPORT = qw/with/; 4 4 5 5 use Scalar::Util 'blessed'; … … 46 46 } 47 47 48 __PACKAGE__ 49 __END__ 50 51 =head1 SYNOPSIS 52 53 with $obj { 54 method(); 55 method(); 56 method(); 57 }; 58
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)