/[mdap]/lib/MDAP.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/MDAP.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by dpavlin, Fri Nov 16 19:12:08 2007 UTC revision 64 by dpavlin, Sun Nov 18 00:55:43 2007 UTC
# Line 3  use Exporter 'import'; Line 3  use Exporter 'import';
3  our @EXPORT = qw/  our @EXPORT = qw/
4  once  once
5  dump  dump
6    $debug
7  /;  /;
8    
9  use strict;  use strict;
# Line 14  use Module::Pluggable search_path => 'MD Line 15  use Module::Pluggable search_path => 'MD
15  my @plugins = __PACKAGE__->plugins;  my @plugins = __PACKAGE__->plugins;
16  warn "## found plugins: ",dump( @plugins );  warn "## found plugins: ",dump( @plugins );
17    
18    our $debug = 0;
19    
20  =head1 NAME  =head1 NAME
21    
22  MDAP - common stuff  MDAP - common stuff

Legend:
Removed from v.58  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26