Open
Description
What happened
Versions 0.1.0 and 0.1.1 of the dist Sys-Async-Virt are mentioned in the Recents page. They are also accessible in their respective Release pages, but the module/dist POD pages are gone:
https://metacpan.org/release/EHUELS/Sys-Async-Virt-v0.1.1 exists
https://metacpan.org/pod/Sys::Async::Virt does not.
To reproduce
Click on the above links.
What should have happened
Since PAUSE did index the modules (see below), I had expected the modules to appear on MetaCPAN:
module : Sys::Async::Virt
version: v0.1.1
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt.pm
status : indexed
module : Sys::Async::Virt::Callback
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Callback.pm
status : indexed
module : Sys::Async::Virt::Connection
version: v0.1.1
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Connection.pm
status : indexed
module : Sys::Async::Virt::Connection::Factory
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Connection/Factory.pm
status : indexed
module : Sys::Async::Virt::Connection::Local
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Connection/Local.pm
status : indexed
module : Sys::Async::Virt::Connection::Process
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Connection/Process.pm
status : indexed
module : Sys::Async::Virt::Connection::SSH
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Connection/SSH.pm
status : indexed
module : Sys::Async::Virt::Domain
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Domain.pm
status : indexed
module : Sys::Async::Virt::DomainCheckpoint
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/DomainCheckpoint.pm
status : indexed
module : Sys::Async::Virt::DomainSnapshot
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/DomainSnapshot.pm
status : indexed
module : Sys::Async::Virt::Interface
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Interface.pm
status : indexed
module : Sys::Async::Virt::Network
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Network.pm
status : indexed
module : Sys::Async::Virt::NetworkPort
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/NetworkPort.pm
status : indexed
module : Sys::Async::Virt::NodeDevice
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/NodeDevice.pm
status : indexed
module : Sys::Async::Virt::NwFilter
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/NwFilter.pm
status : indexed
module : Sys::Async::Virt::NwFilterBinding
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/NwFilterBinding.pm
status : indexed
module : Sys::Async::Virt::Secret
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Secret.pm
status : indexed
module : Sys::Async::Virt::StoragePool
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/StoragePool.pm
status : indexed
module : Sys::Async::Virt::StorageVol
version: 0.001001
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/StorageVol.pm
status : indexed
module : Sys::Async::Virt::Stream
version: v0.1.1
in file: Sys-Async-Virt-v0.1.1/lib/Sys/Async/Virt/Stream.pm
status : indexed
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
This is the first release that was converted to use the new class
keyword instead of the package
keyword, to take advantage of Object::Pad and Perl's native class system.