Changeset 35735 for lang/perl/HTML-StickyQuery-DoCoMoGUID
- Timestamp:
- 10/27/09 01:00:55 (4 years ago)
- Location:
- lang/perl/HTML-StickyQuery-DoCoMoGUID/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/HTML/StickyQuery/DoCoMoGUID.pm (modified) (1 diff)
-
t/07_abs.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTML-StickyQuery-DoCoMoGUID/trunk/lib/HTML/StickyQuery/DoCoMoGUID.pm
r9145 r35735 8 8 9 9 sub new { 10 my $class = shift;10 my ($class, %args) = @_; 11 11 bless { 12 sticky => HTML::StickyQuery->new( regexp => qr/./ ),12 sticky => HTML::StickyQuery->new( regexp => qr/./, %args ), 13 13 }, $class; 14 14 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)