https://github.com/mjgardner/xml-ant-buildfile
consume Ant build files
https://github.com/mjgardner/xml-ant-buildfile
Last synced: 3 months ago
JSON representation
consume Ant build files
- Host: GitHub
- URL: https://github.com/mjgardner/xml-ant-buildfile
- Owner: mjgardner
- Created: 2011-03-22T17:48:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T19:42:03.000Z (almost 8 years ago)
- Last Synced: 2025-03-20T02:48:44.091Z (3 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/XML-Ant-BuildFile/
- Size: 4.72 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
Awesome Lists containing this project
README
=pod
=encoding UTF-8
=for :stopwords Mark Gardner GSI Commerce cpan testmatrix url annocpan anno bugtracker rt
cpants kwalitee diff irc mailto metadata placeholders metacpan=head1 NAME
XML::Ant::BuildFile::Project - consume Ant build files
=head1 VERSION
version 0.217
=head1 SYNOPSIS
use XML::Ant::BuildFile::Project;
my $project = XML::Ant::BuildFile::Project->new( file => 'build.xml' );
print 'Project name: ', $project->name, "\n";
print "File lists:\n";
for my $list_ref (@{$project->file_lists}) {
print 'id: ', $list_ref->id, "\n";
print join "\n", @{$list_ref->files};
print "\n\n";
}=head1 DESCRIPTION
This class uses L