The root BackPAN URL used to make the url used to fetch a file is hard coded in BackPAN::Index::File.
Make backpan_root a proper r/w accessor.
Allow changing the root URL in BackPAN::Index->new.
That second bit will be tricky because DBIx::Class is the thing usually creating BackPAN::Index::File objects and changing how it does that initialization might be hard.
The root BackPAN URL used to make the url used to fetch a file is hard coded in BackPAN::Index::File.
That second bit will be tricky because DBIx::Class is the thing usually creating BackPAN::Index::File objects and changing how it does that initialization might be hard.