diff options
| author | schmelzs | 2010-03-09 14:41:14 +0100 |
|---|---|---|
| committer | schmelzs | 2010-03-09 14:41:14 +0100 |
| commit | 6cdaa520e2f1544fdc1a828389e54bcc12431c0e (patch) | |
| tree | 7e8a7f0f48cdf2964081a27d770aa2e26ce6b104 /os-plugins/plugins/xserver/OpenSLX | |
| parent | Next step for Ubuntu (9.10, 10.04) adaptations, see #675 and #561. (diff) | |
| download | core-6cdaa520e2f1544fdc1a828389e54bcc12431c0e.tar.gz core-6cdaa520e2f1544fdc1a828389e54bcc12431c0e.tar.xz core-6cdaa520e2f1544fdc1a828389e54bcc12431c0e.zip | |
fix problem with demuxer
(Can't locate object method "new" via package "xserver::OpenSLX::Distro::Ubuntu_10" )
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX')
| -rw-r--r-- | os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm b/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm index 9145c5ba..65470392 100644 --- a/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm +++ b/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm @@ -12,7 +12,7 @@ # - provides Ubuntu-specific overrides of the distro API for the xserver # plugin. # ----------------------------------------------------------------------------- -package xserver::OpenSLX::Distro::Ubuntu; +package xserver::OpenSLX::Distro::Ubuntu_10; use strict; use warnings; |
