--- /dev/null
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info@ipfire.org> #
+###############################################################################
+
+name = perl-IO-All
+version = 0.87
+release = 1
+thisapp = IO-All-%{version}
+arch = noarch
+
+groups = Development/Libraries
+url = http://search.cpan.org/dist/IO-All/
+license = GPL+ or Artistic
+summary = An OO perl IO wrapper.
+
+description
+ IO::All combines all of the best Perl IO modules into a single nifty
+ object oriented interface to greatly simplify your everyday Perl IO idioms.
+
+ It exports a single function called io, which returns a new IO::All object.
+ And that object can do it all!
+end
+
+source_dl = https://cpan.metacpan.org/authors/id/F/FR/FREW/
+
+build
+ requires
+ perl(FindBin)
+ perl(ExtUtils::MakeMaker)
+ perl(Test::More)
+ end
+
+ build
+ perl Makefile.PL INSTALLDIRS=vendor
+ make %{PARALLELISMFLAGS}
+ end
+
+ #test
+ # make test
+ #end
+end
+
+packages
+ package %{name}
+ requires
+ perl(:MODULE_COMPAT_%{perl_version})
+ end
+ end
+end