summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorschmelzs2010-03-09 14:41:14 +0100
committerschmelzs2010-03-09 14:41:14 +0100
commit6cdaa520e2f1544fdc1a828389e54bcc12431c0e (patch)
tree7e8a7f0f48cdf2964081a27d770aa2e26ce6b104 /os-plugins
parentNext step for Ubuntu (9.10, 10.04) adaptations, see #675 and #561. (diff)
downloadcore-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')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu_10.pm2
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;