Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Export load_zoom method from WellWell::Iterate.
  • Loading branch information
racke committed Jan 13, 2011
1 parent 3dd0087 commit c9fc85d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/WellWell/Iterate.pm
Expand Up @@ -22,6 +22,10 @@ package WellWell::Iterate;
use strict;
use warnings;

require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw/load_zoom/;

use Vend::Config;
use Vend::Data;

Expand Down

0 comments on commit c9fc85d

Please sign in to comment.