Hi Gaoang,
I’m one of the PAUSE admins.
I saw that your first upload to PAUSE failed with this error message:
> This distribution name will only be indexed when uploaded by users
> withpermission for the package cfwp::fio. Either someone else has ownership
The problem is that you have lib/cfwp/fio.pm, which matches the distribution
name (good),
but the package statement in it is:
package fio;
This should be:
package cfwp::fio;
If you change that line and upload 0.0.2, it should be indexed.
Cheers,
Neil