diff --git a/.perl-B-Lint.metadata b/.perl-B-Lint.metadata
new file mode 100644
index 0000000..7e7b1cc
--- /dev/null
+++ b/.perl-B-Lint.metadata
@@ -0,0 +1 @@
+b81fb7aab017924bbd6a48813144be9bb0f22fc9 SOURCES/B-Lint-1.17.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e7897f..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The master branch has no content
- 
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
- 
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SPECS/perl-B-Lint.spec b/SPECS/perl-B-Lint.spec
new file mode 100644
index 0000000..0cb22ca
--- /dev/null
+++ b/SPECS/perl-B-Lint.spec
@@ -0,0 +1,67 @@
+Name:           perl-B-Lint
+Version:        1.17
+Release:        2%{?dist}
+Summary:        Perl lint
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/B-Lint/
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/B-Lint-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-Time
+BuildRequires:  perl(B) 
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+%if 0%(perl -e 'print $] > 5.017')
+BuildRequires:  perl(deprecate)
+%endif
+BuildRequires:  perl(if)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Module::Pluggable)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(O)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(constant)
+%if 0%(perl -e 'print $] > 5.017')
+Requires:       perl(deprecate)
+%endif
+
+%description
+The B::Lint module is equivalent to an extended version of the -w option of
+perl. It is named after the program lint which carries out a similar process
+for C programs.
+
+%prep
+%setup -q -n B-Lint-%{version}
+# Install into architercture-agnostic path, CPAN RT #83049
+sed -i '/PM *=>/,/}/d' Makefile.PL
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 1.17-2
+- Correct typo in dependencies
+
+* Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> 1.17-1
+- Specfile autogenerated by cpanspec 1.78.