diff --git a/lib/NGCP/Schema/Result/contacts.pm b/lib/NGCP/Schema/Result/contacts.pm index e80ffedb..9d93e6b2 100644 --- a/lib/NGCP/Schema/Result/contacts.pm +++ b/lib/NGCP/Schema/Result/contacts.pm @@ -1,7 +1,6 @@ package NGCP::Schema::Result::contacts; use Scalar::Util qw(blessed); use parent 'DBIx::Class::Core'; -use Geography::Countries ();#exported by default too our $VERSION = '2.007'; @@ -149,11 +148,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -sub country_name{ - my ($self) = @_; - return scalar Geography::Countries::country( $self->country ); -} - sub TO_JSON { my ($self) = @_; return {