Changeset 25961
- Timestamp:
- 12/05/08 18:34:44 (5 weeks ago)
- Files:
-
- 1 modified
-
lang/perl/NanoA/trunk/lib/NanoA.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/NanoA/trunk/lib/NanoA.pm
r25932 r25961 5 5 use utf8; 6 6 7 our $VERSION = '0.1 6';7 our $VERSION = '0.17'; 8 8 9 9 my %REQUIRED; … … 98 98 if @_ % 2 != 0; 99 99 while (@_) { 100 my $n = lc shift; 101 $n =~ s/^([^-])/-$1/; 100 my $n = shift; 101 $n = '-' . $n 102 unless substr($n, 0, 1) eq '-'; 102 103 my $v = shift; 103 104 $v = [ $v ]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)