1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
--- #YAML:1.0
###########################################################################
# $Id: META.yml,v 1.3 2003/09/27 18:12:53 wendigo Exp $
###########################################################################
#
# META.yml
#
# RCS Revision: $Revision: 1.3 $
# Date: $Date: 2003/09/27 18:12:53 $
#
# Copyright (C) 2003 Mark Rogaski, mrogaski@cpan.org; all rights reserved.
#
# See the README file included with the
# distribution for license information.
#
# http://module-build.sourceforge.net/META-spec.html
#
# $Log: META.yml,v $
# Revision 1.3 2003/09/27 18:12:53 wendigo
# Removed unecessary prerequsites.
#
#
###########################################################################
name: Log-Agent
version: 0.305
version_from: Agent.pm
license: artistic
distribution_type: module
installdirs: site
requires:
Tie::Array: 0
recommends:
Callback: 0
build_requires:
Test: 0
dynamic_config: 0
|