[libnet-dbus-perl] 105/335: Remove obsolete file

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 4565175ee13f38e96b4a2615459b8bc121d36f95
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Mon Sep 12 22:24:40 2005 +0000

    Remove obsolete file
---
 lib/Net/DBus/Binding/Value.pm | 78 -------------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/lib/Net/DBus/Binding/Value.pm b/lib/Net/DBus/Binding/Value.pm
deleted file mode 100644
index e585309..0000000
--- a/lib/Net/DBus/Binding/Value.pm
+++ /dev/null
@@ -1,78 +0,0 @@
-=pod
-
-=head1 NAME
-
-Net::DBus::Binding::Value - A strongly typed value
-
-=head1 SYNOPSIS
-
-
-=head1 DESCRIPTION
-
-
-
-=head1 METHODS
-
-=over 4
-
-=cut
-
-package Net::DBus::Binding::Value;
-
-
-use 5.006;
-use strict;
-use warnings;
-use Carp qw(confess);
-
-use Net::DBus;
-
-our $VERSION = '0.0.1';
-
-
-sub new {
-    my $proto = shift;
-    my $class = ref($proto) || $proto;
-    my $self = [];
-    
-    $self->[0] = shift;
-    $self->[1] = shift;
-    
-    bless $self, $class;
-
-    return $self;
-}
-
-
-sub type {
-    my $self = shift;
-    return $self->[0];
-}
-
-sub value {
-    my $self = shift;
-    return $self->[1];
-}
-
-1;
-
-=pod
-
-=back
-
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Message>
-
-=head1 AUTHOR
-
-Daniel Berrange E<lt>dan at berrange.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2004 by Daniel Berrange
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself. 
-
-=cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list