determine unique perls by their sitelibexp config setting
[scpubgit/System-Introspector.git] / lib / System / Introspector / Probe / Packages / Apt.pm
index 5d5ecf2..615d7ae 100644 (file)
@@ -83,10 +83,8 @@ sub _fetch_source_list {
     my ($self, $file) = @_;
     return transform_exceptions {
         return {
-            file => {
-                file_name => $file,
-                body => scalar(output_from_file $file),
-            },
+            file_name => $file,
+            body => scalar(output_from_file $file),
         };
     };
 }