Dave Cross wrote:
$ rpm -q --whatprovides `which GET` perl-libwww-perl-5.834-1.fc13.noarch
Or, for something that works even if you don't have the proper package installed already:
$ sudo repoquery --whatprovides '*/GET' perl-libwww-perl-0:5.834-1.fc13.noarch
or
$ yum provides '*/GET' Loaded plugins: priorities, refresh-packagekit perl-libwww-perl-5.834-1.fc13.noarch : A Perl interface to the World-Wide Web Repo : fedora Matched from: Filename : /usr/bin/GET ...