Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnu committed Nov 8, 2011
1 parent 5f54582 commit 9618d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrePAN/Package/Whois.pm
Expand Up @@ -25,12 +25,12 @@ sub add {
<has_cpandir>1</has_cpandir>
</cpanid>
EOS
chomp $self->{data};
}

sub save {
my ($self, ) = @_;
my $cont = $self->data;
chomp $cont;
open my $fh, '>', $self->filename or die $!;
print $fh <<"EOS";
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit 9618d0a

Please sign in to comment.