proxmox-perl-rs/common/pkg/PVE/RS/CalendarEvent.pm
Wolfgang Bumiller e6de656805 common: add PVE::RS::CalendarEvent for compat
This simply uses the new one as a base in order to help
getting the packages setup initially.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-03-17 13:50:14 +01:00

4 lines
63 B
Perl

use base 'Proxmox::RS::CalendarEvent';
# Compat, Deprecated!
1