/[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

Contents of /lib/MDAP.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Fri Nov 16 16:21:45 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 234 byte(s)
 r60@brr:  dpavlin | 2007-11-16 17:21:39 +0100
 - rewrite plugins to use Module::Pluggable
 - plugins are enabled by default, use --no-plugins to disable them

1 package MDAP;
2
3 use strict;
4 use warnings;
5
6 use Data::Dump qw/dump/;
7
8 use Module::Pluggable search_path => 'MDAP', sub_name => 'plugins', require => 1;
9 my @plugins = __PACKAGE__->plugins;
10 warn "## found plugins: ",dump( @plugins );
11
12 1;

  ViewVC Help
Powered by ViewVC 1.1.26