X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSystem%2FIntrospector%2FProbe%2FPackages%2FApt.pm;h=615d7ae35cbdb0acd4a2823ba43e81bae216c779;hb=9bd83260de81fec3b238b3931d745ff98f8fa19e;hp=5d5ecf254a91a1510fb9af5176bf83f09cf06b6e;hpb=5413434d40ea8fe982be632918630cb5e0fe31ef;p=scpubgit%2FSystem-Introspector.git diff --git a/lib/System/Introspector/Probe/Packages/Apt.pm b/lib/System/Introspector/Probe/Packages/Apt.pm index 5d5ecf2..615d7ae 100644 --- a/lib/System/Introspector/Probe/Packages/Apt.pm +++ b/lib/System/Introspector/Probe/Packages/Apt.pm @@ -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), }; }; }