Codebase list libdata-visitor-perl / 58e4bf8
[svn-upgrade] Integrating new upstream version, libdata-visitor-perl (0.25) Ryan Niebur 14 years ago
6 changed file(s) with 21 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 0.25
1 - Depend on Any::Moose 0.09, which pulls in Mouse 0.21, avoiding warnings
2 related to compute_all_applicable_attributes (rafl)
3
04 0.24
15 - use get_all_attributes instead of the deprecated
26 compute_all_applicable_attributes (rafl)
33 \bSCCS\b
44 ,v$
55 \B\.svn\b
6 \B\.git\b
6 \B\.git
77 \b_darcs\b
88
99 # Avoid Makemaker generated and utility files.
00 --- #YAML:1.0
11 name: Data-Visitor
2 version: 0.24
2 version: 0.25
33 abstract: ~
44 author: []
55 license: unknown
66 distribution_type: module
77 configure_requires:
88 ExtUtils::MakeMaker: 0
9 build_requires:
10 ExtUtils::MakeMaker: 0
911 requires:
10 Any::Moose: 0.07
12 Any::Moose: 0.09
1113 namespace::clean: 0.08
1214 Task::Weaken: 0
1315 Test::MockObject: 1.04
1820 directory:
1921 - t
2022 - inc
21 generated_by: ExtUtils::MakeMaker version 6.48
23 generated_by: ExtUtils::MakeMaker version 6.50
2224 meta-spec:
2325 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2426 version: 1.4
44 'NAME' => 'Data::Visitor',
55 'VERSION_FROM' => 'lib/Data/Visitor.pm',
66 'PREREQ_PM' => {
7 'Any::Moose' => '0.07',
7 'Any::Moose' => '0.09',
88 'namespace::clean' => '0.08',
99 'Test::MockObject' => '1.04',
1010 'Test::More' => '0',
1313 -----BEGIN PGP SIGNED MESSAGE-----
1414 Hash: SHA1
1515
16 SHA1 57cb3de58bb3bc0b98d7d44ba90f5742ba1d9f1e Changes
16 SHA1 05362fb51481fedbc983315e448ae26192e466a2 Changes
1717 SHA1 11833dd37a9d42763f59fb6d4b595c294c50c453 MANIFEST
18 SHA1 190e9058eb9c6446a1a3f3ddf15b082f1ecde152 MANIFEST.SKIP
19 SHA1 826acfbaa21191b96f607a0dd1396c1478d13fc3 META.yml
20 SHA1 d431542445d68ee70099157982c96b8a398e2519 Makefile.PL
21 SHA1 19f72f11369c77a0b525e47618178b66b1d43f3f lib/Data/Visitor.pm
18 SHA1 be688d6b494c6b54da61359d6a40dbfae00cd487 MANIFEST.SKIP
19 SHA1 f74ca9746d293d673632569bf2bbf933e3fbfabc META.yml
20 SHA1 10e47268dfc7f98a716d87b2c980629d0b9a8b5d Makefile.PL
21 SHA1 f0493894ddd13581793a39c4d4fa5a49972d37b0 lib/Data/Visitor.pm
2222 SHA1 5d73179a3a66093582484ba075fd56961e7a2095 lib/Data/Visitor/Callback.pm
2323 SHA1 5979c9ecf150b843cb7750f761c0a9c0c1211a41 t/base.t
2424 SHA1 85ffd870fe37f7fd4ce1fc783f366bc50c253a02 t/bugs.t
3030 SHA1 8bd93450c072afbef10a423dd360e8f55cdacd40 t/magic.t
3131 SHA1 66d201c2ce83481cee0a2838f118b5cce35c8bcc t/weak.t
3232 -----BEGIN PGP SIGNATURE-----
33 Version: GnuPG v1.4.7 (Darwin)
33 Version: GnuPG v1.4.9 (GNU/Linux)
3434
35 iD8DBQFJ4LkBVCwRwOvSdBgRAkdRAJ9imoeT/FMYchIpAUiub1JOBiaM2wCfXFMX
36 KU4Btt0N+FszQwq7ejqNAdY=
37 =xBsy
35 iEYEARECAAYFAkoS70QACgkQdC8qQo5jWl4eYACfR2Ug6PY6x3IlzXiBHU2O9CpT
36 ooIAnRENA0UaHI4I4NoBslQaquw5Y8tJ
37 =I6y/
3838 -----END PGP SIGNATURE-----
1515 # the double not makes this no longer undef, so exempt from useless constant warnings in older perls
1616 use constant DEBUG => not not our $DEBUG || $ENV{DATA_VISITOR_DEBUG};
1717
18 our $VERSION = "0.24";
18 our $VERSION = "0.25";
1919
2020 has tied_as_objects => (
2121 isa => "Bool",