Skip to content

Commit

Permalink
Removed RDF::Query::ExecutionContext->base method.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasei committed May 19, 2012
1 parent 383410d commit 1a4f26c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions RDF-Query/lib/RDF/Query/ExecutionContext.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,6 @@ sub base_uri {
return $self->_get_value( 'base_uri', @_ ) || {};
}

=item C<< base >>
Deprecated, use base_uri.
=cut

sub base {
my $self = shift;
warn "The RDF::QueryExecutionContext base method is deprecated in favor of base_uri";
return $self->base_uri(@_);
}

=item C<< ns >>
=cut
Expand Down

0 comments on commit 1a4f26c

Please sign in to comment.