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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
---
abstract: 'A Perl interface to Subversion dumps'
author:
- 'Philippe Bruhat (BooK) <book@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
File::Spec::Functions: '0'
File::Temp: '0'
IO::Handle: '0'
IPC::Open3: '0'
List::Util: '0'
PerlIO::gzip: '0'
Pod::Coverage::TrustPod: '0'
Test::CPAN::Meta: '0'
Test::More: '0.88'
Test::Pod: '0'
Test::Pod::Coverage: '0'
lib: '0'
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
keywords:
- svn
- subversion
- dump
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: SVN-Dump
provides:
SVN::Dump:
file: lib/SVN/Dump.pm
version: '0.08'
SVN::Dump::Headers:
file: lib/SVN/Dump/Headers.pm
version: '0.08'
SVN::Dump::Property:
file: lib/SVN/Dump/Property.pm
version: '0.08'
SVN::Dump::Reader:
file: lib/SVN/Dump/Reader.pm
version: '0.08'
SVN::Dump::Record:
file: lib/SVN/Dump/Record.pm
version: '0.08'
SVN::Dump::Text:
file: lib/SVN/Dump/Text.pm
version: '0.08'
requires:
Carp: '0'
Digest: '0'
IO::Handle: '0'
Scalar::Util: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=SVN-Dump
repository: http://github.com/book/SVN-Dump.git
version: '0.08'
x_contributors:
- 'fschlich <fschlich@zedat.fu-berlin.de>'
- 'Andrew Sayers <andrew-svn-dump@pileofstuff.org>'
- 'David Landgren <dland@cpan.org>'
- 'Roderich Schupp <rschupp@cpan.org>'
- 'Rocco Caputo <rcaputo@cpan.org>'
- 'Nicholas Clark <nwclark@cpan.org>'
x_generated_by_perl: v5.28.1
x_serialization_backend: 'YAML::Tiny version 1.73'
|