#!/usr/bin/perl

use strict;
use warnings;
use AptPkg::Source;

our $aptsrc = AptPkg::Source->new;
my @matches = $aptsrc->find("apt");
