--- /dev/null
+DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
+ "perl-module-exporter perl-module-strict perl-module-vars"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
+
+S = "${WORKDIR}/Algorithm-Diff-${PV}"
+
+inherit cpan
--- /dev/null
+DESCRIPTION = "Text::Diff - Perform diffs on files and record sets"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic|GPL"
+DEPENDS += "libalgorithm-diff-perl-native"
+RDEPENDS += "libalgorithm-diff-perl perl-module-carp perl-module-constant \
+ perl-module-exporter perl-module-strict perl-module-carp \
+ perl-module-strict "
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"
+
+S = "${WORKDIR}/Text-Diff-${PV}"
+
+inherit cpan