Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Jan 28, 2011
1 parent f982cd9 commit 67511d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Jonk/Cookbook/Basic.pod
Expand Up @@ -14,7 +14,7 @@ enqueue script:

my $dbh = DBI->connect('dbi:mysql:test','user','pass');
my $jonk = Jonk->new($dbh);
my $job_id = $jonk->enqueue('worker_key','job_data_here');
my $job_id = $jonk->insert('worker_key','job_data_here');

worker script:

Expand Down

0 comments on commit 67511d7

Please sign in to comment.