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 <[email protected]> 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>[email protected]<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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
