Changeset 32282 for lang/perl/Util-Any/trunk/t/lib/UtilExporter.pm
- Timestamp:
- 04/12/09 04:10:41 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/Util-Any/trunk/t/lib/UtilExporter.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Util-Any/trunk/t/lib/UtilExporter.pm
r31439 r32282 9 9 our @EXPORT_OK = qw/askme hello hi/; 10 10 our %EXPORT_TAGS = ( 11 'greet' => [qw/hello hi/], 12 'uk' => [qw/hello/], 13 'us' => [qw/hi/], 14 ); 11 'greet' => [qw/hello hi/], 12 'uk' => [qw/hello/], 13 'us' => [qw/hi/], 14 'hello' => [qw/hello_name hello_where/], 15 ); 15 16 16 17 our $Utils = clone $Util::Any::Utils; … … 18 19 ['List::Util', '', [qw(first min minstr max maxstr sum)]], 19 20 ]; 21 $Utils->{-hello} = ['exampleHello']; 20 22 21 23 sub hello { "hello there" }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)