Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > d38b97c69a3fd47b351add70f89a7ab5 > files > 19

perl-qt4-examples-4.14.3-1.mga5.noarch.rpm

package PingCommon;

use strict;
use warnings;

use constant SERVICE_NAME => 'com.trolltech.QtDBus.PingExample';

require Exporter;
use base qw(Exporter);
our @EXPORT_OK = qw( SERVICE_NAME );

1;