/[cwmp]/google/trunk/lib/CWMP/Store/YAML.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/lib/CWMP/Store/YAML.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 152 by dpavlin, Sat Oct 27 22:53:33 2007 UTC revision 153 by dpavlin, Sat Oct 27 22:53:44 2007 UTC
# Line 79  sub all_uids { Line 79  sub all_uids {
79          my @uids = grep { /\.yml$/ && -f "$dir/$_" } readdir($d);          my @uids = grep { /\.yml$/ && -f "$dir/$_" } readdir($d);
80          closedir $d;          closedir $d;
81    
82          return map { s/\.yml$// } @uids;          return map { my $l = $_; $l =~ s/\.yml$//; $l } @uids;
83  }  }
84    
85  1;  1;

Legend:
Removed from v.152  
changed lines
  Added in v.153

  ViewVC Help
Powered by ViewVC 1.1.26