[Bps-public-commit] Parse-ACNS branch, master, updated. fa71141a24f5d67c12953d8eb81aa888cf6a1030
Ruslan Zakirov
ruz at bestpractical.com
Thu Jan 27 05:27:24 EST 2011
The branch, master has been updated
via fa71141a24f5d67c12953d8eb81aa888cf6a1030 (commit)
via de25d816c5ca607faf39a50126287cff777b20bd (commit)
via 40dc9a414a51e11ab0a3b5d44ef626a848b5b91a (commit)
from e966694747235df6d87581a6892067410800f66d (commit)
Summary of changes:
Changes | 4 ++++
MANIFEST | 26 ++++++++++++++++++++++++++
META.yml | 4 +++-
Makefile.PL | 5 ++++-
lib/Parse/ACNS.pm | 1 -
5 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 Changes
create mode 100644 MANIFEST
- Log -----------------------------------------------------------------
commit 40dc9a414a51e11ab0a3b5d44ef626a848b5b91a
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Wed Jan 26 15:53:31 2011 +0300
changelog and manifest
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..574342f
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+0.01 2011-01-26
+
+ * initial release
+
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..f8d7415
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,26 @@
+.gitignore
+Changes
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/ReadmeFromPod.pm
+inc/Module/Install/Share.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/Parse/ACNS.pm
+Makefile.PL
+MANIFEST This list of files
+META.yml
+README
+share/schema/0.6/infringement.xsd
+share/schema/0.7/infringement.xsd
+share/schema/compat/infringement.xsd
+t/basics.t
+t/data/0.6/full.xml
+t/data/0.6/full.yaml
+t/data/0.7/full.xml
+t/data/0.7/full.yaml
+t/parse.t
commit de25d816c5ca607faf39a50126287cff777b20bd
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Jan 27 12:58:45 2011 +0300
mention modules required in tests
diff --git a/META.yml b/META.yml
index 011395b..1d0377f 100644
--- a/META.yml
+++ b/META.yml
@@ -4,6 +4,9 @@ author:
- 'Ruslan Zakirov <ruz at bestpractical.com>'
build_requires:
ExtUtils::MakeMaker: 6.42
+ File::Spec: 0
+ Test::More: 0
+ YAML::Any: 0
configure_requires:
ExtUtils::MakeMaker: 6.42
distribution_type: module
diff --git a/Makefile.PL b/Makefile.PL
index cea23c8..2269119 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,4 +13,8 @@ requires 'Scalar::Util';
requires 'File::ShareDir';
requires 'File::Spec';
+test_requires 'YAML::Any';
+test_requires 'Test::More';
+test_requires 'File::Spec';
+
WriteAll;
commit fa71141a24f5d67c12953d8eb81aa888cf6a1030
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Jan 27 13:00:41 2011 +0300
we don't directly use XML::LibXML
diff --git a/META.yml b/META.yml
index 1d0377f..befba5a 100644
--- a/META.yml
+++ b/META.yml
@@ -28,7 +28,6 @@ requires:
File::Spec: 0
Scalar::Util: 0
XML::Compile::Schema: 0
- XML::LibXML: 0
perl: 5.8.0
resources:
license: http://dev.perl.org/licenses/
diff --git a/Makefile.PL b/Makefile.PL
index 2269119..201f3e9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,6 @@ readme_from 'lib/Parse/ACNS.pm';
install_share;
requires 'XML::Compile::Schema';
-requires 'XML::LibXML';
requires 'Carp';
requires 'File::Spec';
diff --git a/lib/Parse/ACNS.pm b/lib/Parse/ACNS.pm
index 148701c..9b67c46 100644
--- a/lib/Parse/ACNS.pm
+++ b/lib/Parse/ACNS.pm
@@ -34,7 +34,6 @@ However, it B<doesn't> extract ACNS XML from email messages.
use File::ShareDir ();
use File::Spec ();
use Scalar::Util qw(blessed);
-use XML::LibXML;
use XML::Compile::Schema;
our %CACHE = (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list