Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
markpasc committed Jan 30, 2009
1 parent 18e6fdc commit ab7cdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ActionStreams/lib/ActionStreams/Scraper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ my $import_error = 'Cannot update stream without Web::Scraper; a prerequisite ma

sub import {
my %methods;

if (eval { require Web::Scraper; 1 }) {
Web::Scraper->import();
%methods = (
Expand All @@ -24,7 +24,7 @@ sub import {
process_first => sub { die $import_error },
);
}

# Export these methods like Web::Scraper does.
my $pkg = caller;
no strict 'refs';
Expand Down

0 comments on commit ab7cdab

Please sign in to comment.