Changeset 29212
- Timestamp:
- Sep 22, 2010, 4:03:57 PM (16 years ago)
- Location:
- trunk/ippToPsps/perl/ippToPsps
- Files:
-
- 3 edited
-
Batch.pm (modified) (2 diffs)
-
DetectionBatch.pm (modified) (1 diff)
-
InitBatch.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/Batch.pm
r29194 r29212 136 136 mkdir($self->{_batchDir}, 0777); 137 137 138 $self->process();139 140 138 return $self; 141 139 } … … 186 184 187 185 print "* Unknown distribution group: '$self->{_distGroup}'\n"; 188 return undef;186 return $self->{_distGroup}; 189 187 } 190 188 -
trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm
r29195 r29212 64 64 65 65 bless $self, $class; 66 $self->process(); 66 67 return $self; 67 68 } -
trunk/ippToPsps/perl/ippToPsps/InitBatch.pm
r29192 r29212 38 38 39 39 bless $self, $class; 40 $self->process(); 40 41 return $self; 41 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
