I have a module Foo that uses some pre-calculated data from files. There is another module Foo::Updater that downloads newer versions of the files from the internet.
I'm planning to upload these modules to CPAN later. What are the best practices for packaging files in modules?