Beam-Minion

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0.016     2019-03-07 21:05:08-06:00 America/Chicago
 
    [Fixed]
 
    - Fixed a problem that caused commands to not work at all
 
0.015     2018-11-03 14:16:37-05:00 America/Chicago
 
    [Fixed]
 
    - Fixed test failures due to weakened references added in Minion
      9.07. Thanks @eserte! [Github #4]
    - Silenced a warning during tests about "Local::Service::DESTROYED"
      used only once
 
0.014     2018-04-21 10:29:44+02:00 Europe/Oslo
 
    [Fixed]
 
    - Increased Minion dependency to 9 since we rely on some methods for
      testing. Thanks @eserte!

lib/Beam/Minion/Util.pm  view on Meta::CPAN

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#pod
#pod L<Beam::Minion>
#pod
#pod =cut
 
use strict;
use Exporter qw( import );
use Minion;
use Beam::Runner::Util qw( find_containers );
use Scalar::Util qw( weaken );
 
 
our @EXPORT_OK = qw( minion_init_args minion build_mojo_app );
 
our %BACKEND = (
    sqlite => 'SQLite',
    postgres => 'Pg',



( run in 0.286 second using v1.01-cache-2.11-cpan-a5abf4f5562 )