61691e
Name:           perl-YAML
61691e
Version:        1.23
61691e
Release:        1%{?dist}
61691e
Summary:        YAML Ain't Markup Language (tm)
61691e
License:        GPL+ or Artistic
61691e
Group:          Development/Libraries
61691e
URL:            http://search.cpan.org/dist/YAML/
61691e
Source0:        http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
61691e
BuildArch:      noarch
61691e
# Module Build
61691e
BuildRequires:  coreutils
61691e
BuildRequires:  make
61691e
BuildRequires:  perl
61691e
BuildRequires:  perl-generators
61691e
BuildRequires:  perl(ExtUtils::MakeMaker) > 6.75
61691e
# Module Runtime
61691e
BuildRequires:  perl(B)
61691e
BuildRequires:  perl(B::Deparse)
61691e
BuildRequires:  perl(Carp)
61691e
BuildRequires:  perl(constant)
61691e
BuildRequires:  perl(Exporter)
61691e
BuildRequires:  perl(overload)
61691e
BuildRequires:  perl(Scalar::Util)
61691e
BuildRequires:  perl(strict)
61691e
BuildRequires:  perl(warnings)
61691e
# Test Suite
61691e
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
61691e
%if !%{defined perl_bootstrap}
61691e
BuildRequires:  perl(Data::Dumper)
61691e
BuildRequires:  perl(File::Find)
61691e
BuildRequires:  perl(IO::File)
61691e
BuildRequires:  perl(IO::Pipe)
61691e
BuildRequires:  perl(lib)
61691e
BuildRequires:  perl(Test::More) >= 0.88
61691e
BuildRequires:  perl(Test::YAML) >= 1.05
61691e
BuildRequires:  perl(utf8)
61691e
%endif
61691e
# Runtime
61691e
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
61691e
Requires:       perl(B::Deparse)
61691e
Requires:       perl(Carp)
61691e
61691e
# Filter private provides:
61691e
# perl(yaml_mapping) perl(yaml_scalar) perl(yaml_sequence)
61691e
%global __provides_exclude ^perl\\(yaml_
61691e
61691e
%description
61691e
The YAML.pm module implements a YAML Loader and Dumper based on the
61691e
YAML 1.0 specification. http://www.yaml.org/spec/
61691e
YAML is a generic data serialization language that is optimized for
61691e
human readability. It can be used to express the data structures of
61691e
most modern programming languages, including Perl.
61691e
For information on the YAML syntax, please refer to the YAML
61691e
specification.
61691e
61691e
%prep
61691e
%setup -q -n YAML-%{version}
61691e
61691e
%build
61691e
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
61691e
make %{?_smp_mflags}
61691e
61691e
%install
61691e
make install DESTDIR=%{buildroot}
61691e
61691e
%check
61691e
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
61691e
%if !%{defined perl_bootstrap}
61691e
make test
61691e
%endif
61691e
61691e
%files
61691e
%license LICENSE
61691e
%doc Changes CONTRIBUTING README
61691e
%dir %{perl_vendorlib}/YAML/
61691e
%dir %{perl_vendorlib}/YAML/Dumper/
61691e
%dir %{perl_vendorlib}/YAML/Loader/
61691e
%doc %{perl_vendorlib}/YAML.pod
61691e
%doc %{perl_vendorlib}/YAML/Any.pod
61691e
%doc %{perl_vendorlib}/YAML/Dumper.pod
61691e
%doc %{perl_vendorlib}/YAML/Dumper/Base.pod
61691e
%doc %{perl_vendorlib}/YAML/Error.pod
61691e
%doc %{perl_vendorlib}/YAML/Loader.pod
61691e
%doc %{perl_vendorlib}/YAML/Loader/Base.pod
61691e
%doc %{perl_vendorlib}/YAML/Marshall.pod
61691e
%doc %{perl_vendorlib}/YAML/Node.pod
61691e
%doc %{perl_vendorlib}/YAML/Tag.pod
61691e
%doc %{perl_vendorlib}/YAML/Types.pod
61691e
%{perl_vendorlib}/YAML.pm
61691e
%{perl_vendorlib}/YAML/Any.pm
61691e
%{perl_vendorlib}/YAML/Dumper.pm
61691e
%{perl_vendorlib}/YAML/Dumper/Base.pm
61691e
%{perl_vendorlib}/YAML/Error.pm
61691e
%{perl_vendorlib}/YAML/Loader.pm
61691e
%{perl_vendorlib}/YAML/Loader/Base.pm
61691e
%{perl_vendorlib}/YAML/Marshall.pm
61691e
%{perl_vendorlib}/YAML/Mo.pm
61691e
%{perl_vendorlib}/YAML/Node.pm
61691e
%{perl_vendorlib}/YAML/Tag.pm
61691e
%{perl_vendorlib}/YAML/Types.pm
61691e
%{_mandir}/man3/YAML.3*
61691e
%{_mandir}/man3/YAML::Any.3*
61691e
%{_mandir}/man3/YAML::Dumper.3*
61691e
%{_mandir}/man3/YAML::Dumper::Base.3*
61691e
%{_mandir}/man3/YAML::Error.3*
61691e
%{_mandir}/man3/YAML::Loader.3*
61691e
%{_mandir}/man3/YAML::Loader::Base.3*
61691e
%{_mandir}/man3/YAML::Marshall.3*
61691e
%{_mandir}/man3/YAML::Node.3*
61691e
%{_mandir}/man3/YAML::Tag.3*
61691e
%{_mandir}/man3/YAML::Types.3*
61691e
61691e
%changelog
61691e
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.23-1
61691e
- Update to 1.23
61691e
  - Fix $YAML::Numify (empty values were converted to 0)
61691e
61691e
* Wed Feb 15 2017 Paul Howarth <paul@city-fan.org> - 1.22-1
61691e
- Update to 1.22
61691e
  - Add $YAML::Numify
61691e
61691e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
61691e
61691e
* Sat Dec 24 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
61691e
- Update to 1.21
61691e
  - Declare variables with our() to avoid warnings (GH#109, GH#171)
61691e
  - Empty mapping value at the end resolves to null (was becoming empty string)
61691e
    (GH#131, GH#170)
61691e
  - Output key in warning when duplicate key was found (GH#119, GH#169)
61691e
  - Allow reading and writing to IO::Handle (GH#157, GH#168)
61691e
61691e
* Sat Dec  3 2016 Paul Howarth <paul@city-fan.org> - 1.20-1
61691e
- Update to 1.20
61691e
 - Allow quoted map keys in arrays (GH#146)
61691e
 - B::Deparse is loaded at runtime now
61691e
 - New feature $YAML::Preserve (GH#9)
61691e
- This release by INGY → update source URL
61691e
61691e
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
61691e
- Update to 1.19
61691e
  - Add pod link to YAML::Shell (GH#164)
61691e
  - Fix infinite loop for aliases without a name (GH#151)
61691e
  - Improve error messages (GH#142, GH#162)
61691e
  - Trailing spaces after inline seq/map work now (GH#163)
61691e
  - Add test case for trailing comments (GH#154)
61691e
61691e
* Sat Jul  9 2016 Paul Howarth <paul@city-fan.org> - 1.18-1
61691e
- Update to 1.18
61691e
  - List Test::More as a prereq (GH#161)
61691e
61691e
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 1.17-1
61691e
- Update to 1.17
61691e
  - Use Mo 0.40
61691e
- This release by TINITA → update source URL
61691e
61691e
* Sun Jul  3 2016 Paul Howarth <paul@city-fan.org> - 1.16-1
61691e
- Update to 1.16
61691e
  - Drop inconsistent $VERSION from YAML::Mo (GH#158)
61691e
- BR: perl-generators
61691e
61691e
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-7
61691e
- Perl 5.24 re-rebuild of bootstrapped packages
61691e
61691e
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-6
61691e
- Perl 5.24 rebuild
61691e
61691e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-5
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
61691e
61691e
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-4
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
61691e
61691e
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-3
61691e
- Perl 5.22 re-rebuild of bootstrapped packages
61691e
61691e
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-2
61691e
- Perl 5.22 rebuild
61691e
61691e
* Mon Apr 20 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
61691e
- Update to 1.15
61691e
  - Don't require newlines at end of YAML (GH#149)
61691e
61691e
* Mon Jan 26 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
61691e
- Update to 1.14
61691e
  - Add support for QuoteNumericStrings global setting (PR/145)
61691e
61691e
* Sun Oct 12 2014 Paul Howarth <paul@city-fan.org> - 1.13-1
61691e
- Update to 1.13
61691e
  - Disable some warnings in YAML::Any (PR/140)
61691e
61691e
* Wed Sep 24 2014 Paul Howarth <paul@city-fan.org> - 1.12-1
61691e
- Update to 1.12
61691e
  - Fix parsing of unquoted strings (CPAN RT#97870)
61691e
- Classify buildreqs by usage
61691e
61691e
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-3
61691e
- Perl 5.20 re-rebuild of bootstrapped packages
61691e
61691e
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-2
61691e
- Perl 5.20 rebuild
61691e
61691e
* Tue Sep  2 2014 Paul Howarth <paul@city-fan.org> - 1.11-1
61691e
- Update to 1.11
61691e
  - Apply PR/139:
61691e
    -  Remove die() that can't be called (regex always matches)
61691e
61691e
* Fri Aug 29 2014 Paul Howarth <paul@city-fan.org> - 1.10-1
61691e
- Update to 1.10
61691e
  - Apply PR/138:
61691e
    - Report an error message mentioning indentation when choking on non-space
61691e
      indentation
61691e
    - die() should be called as a method of $self
61691e
61691e
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-2
61691e
- Perl 5.20 rebuild
61691e
61691e
* Tue Aug 26 2014 Paul Howarth <paul@city-fan.org> - 1.09-1
61691e
- Update to 1.09
61691e
  - Add t/000-compile-modules.t
61691e
  - Eliminate File::Basename from test/
61691e
  - Eliminate spurious trailing whitespace
61691e
  - Meta 0.0.2
61691e
  - Change testdir to t
61691e
  - Add doc examples for YAML::Any (PR/8)
61691e
  - Dep on Test::YAML 1.05
61691e
  - Replace tabs with spaces
61691e
61691e
* Tue Aug 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-2
61691e
- Disable tests when bootstrapping
61691e
61691e
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.01-1
61691e
- Update to 1.01
61691e
  - Depend on patched Test::YAML
61691e
61691e
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.00-1
61691e
- Update to 1.00
61691e
  - Switch to external Test::Base
61691e
  - Fix bad encoding in Pod
61691e
- Test::YAML is now unbundled
61691e
- Take advantage of new features in recent EU::MM to simplify spec
61691e
61691e
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 0.98-1
61691e
- Update to 0.98
61691e
  - Fix indexing of YAML::Any
61691e
  - Change IRC to irc.perl.org#yaml
61691e
- Use %%license
61691e
- Drop workaround for #1115971
61691e
61691e
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.97-1
61691e
- Update to 0.97
61691e
  - Move remaining docs to Swim
61691e
- Upstream reinstated all those pod files and manpages again
61691e
61691e
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
61691e
- Update to 0.96
61691e
  - Fix Metadata and add Contributing file
61691e
  - Change Kwim to Swim
61691e
- Upstream dropped all those pod files and manpages again
61691e
61691e
* Thu Jul 03 2014 Petr Pisar <ppisar@redhat.com> - 0.95-2
61691e
- Inject VERSION into each module (bug #1115971)
61691e
61691e
* Mon Jun 23 2014 Paul Howarth <paul@city-fan.org> - 0.95-1
61691e
- Update to 0.95
61691e
  - Fix dumping blessed globs
61691e
61691e
* Sun Jun 15 2014 Paul Howarth <paul@city-fan.org> - 0.94-1
61691e
- Update to 0.94
61691e
  - Switch to Zilla::Dist
61691e
  - Add badges to doc
61691e
  - Fix regression introduced with earlier fix for complex regular
61691e
    subexpression recursion limit (GH#18)
61691e
  - Fix reference to non-existent sub Carp::Croak (GH#19)
61691e
- Enumerate all files so we can mark POD files as %%doc
61691e
- Bump Test::More version requirement to 0.88 due to use of done_testing
61691e
61691e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-3
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
61691e
61691e
* Tue Jun 03 2014 Petr Pisar <ppisar@redhat.com> - 0.92-2
61691e
- Do not run release tests on bootstrap (bug #1104137)
61691e
61691e
* Thu May 29 2014 Paul Howarth <paul@city-fan.org> 0.92-1
61691e
- Update to 0.92
61691e
  - Metadata fixes (https://github.com/ingydotnet/yaml-pm/pull/23)
61691e
61691e
* Wed May 28 2014 Paul Howarth <paul@city-fan.org> - 0.91-1
61691e
- Update to 0.91
61691e
  - Force escaping of single '-'
61691e
    (https://github.com/ingydotnet/yaml-pm/pull/22)
61691e
61691e
* Fri Feb 28 2014 Paul Howarth <paul@city-fan.org> - 0.90-2
61691e
- Avoid circular build deps via Module::Build when bootstrapping
61691e
61691e
* Tue Feb 11 2014 Paul Howarth <paul@city-fan.org> - 0.90-1
61691e
- Update to 0.90
61691e
  - Revert Mo from 0.38 to 0.31 following a report of it breaking cpan client
61691e
61691e
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 0.89-1
61691e
- Update to 0.89
61691e
  - Synopsis in YAML::Dumper didn't work as expected (CPAN RT#19838)
61691e
  - Address complex regular subexpression recursion limit (CPAN RT#90593)
61691e
  - Use latest Test::Builder (CPAN RT#90847)
61691e
  - Fixed tests to work under parallel testing
61691e
  - Switched to dzil release process
61691e
- This release by INGY -> update source URL
61691e
- Make %%files list more explicit
61691e
- Specify all dependencies
61691e
61691e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-7
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
61691e
61691e
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.84-6
61691e
- Perl 5.18 rebuild
61691e
61691e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-5
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
61691e
61691e
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.84-4
61691e
- Specify all dependencies
61691e
61691e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-3
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
61691e
61691e
* Tue Jul 17 2012 Paul Howarth <paul@city-fan.org> - 0.84-2
61691e
- Haven't needed to fix documentation character encoding since 0.79
61691e
- Drop Test::Base build dependency again to avoid a BR loop (#215637)
61691e
- Filter private provides perl(yaml_mapping), perl(yaml_scalar) and
61691e
  perl(yaml_sequence)
61691e
- Don't need to remove empty directories from the buildroot
61691e
- This release by MSTROUT -> update source URL
61691e
61691e
* Mon Jul 16 2012 Petr Šabata <contyk@redhat.com> - 0.84-1
61691e
- 0.84 bump
61691e
- Drop command macros
61691e
- Drop previously added patch (included in 0.82)
61691e
61691e
* Fri Jun 22 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.81-4
61691e
- Apply patch to for YAML::Any RT#74226
61691e
61691e
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.81-3
61691e
- Perl 5.16 rebuild
61691e
61691e
* Mon Apr 23 2012 Paul Howarth <paul@city-fan.org> - 0.81-2
61691e
- R: perl(Carp) and perl(Data::Dumper)
61691e
- BR: perl(Carp), perl(constant) and perl(Exporter)
61691e
- Release tests no longer shipped, so drop buildreqs for them and don't bother
61691e
  setting AUTOMATED_TESTING; run tests even when bootstrapping
61691e
61691e
* Mon Apr 23 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.81-1
61691e
- Update to 0.81
61691e
- Add BR Data::Dumper
61691e
61691e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.73-3
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61691e
61691e
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.73-2
61691e
- Perl mass rebuild
61691e
- add perl_bootstrap macro
61691e
61691e
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 0.73-1
61691e
- update to latest upstream version
61691e
- clean up spec for modern rpmbuild
61691e
61691e
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-2
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
61691e
61691e
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.72-1
61691e
- Update to 0.72.
61691e
61691e
* Wed Aug 18 2010 Paul Howarth <paul@city-fan.org> - 0.71-1
61691e
- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
61691e
- Enable AUTOMATED_TESTING
61691e
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
61691e
- This release by ADAMK -> update source URL
61691e
- Re-code docs as UTF-8
61691e
61691e
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.70-5
61691e
- Mass rebuild with perl-5.12.0
61691e
61691e
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-4
61691e
- add license
61691e
61691e
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.70-3
61691e
- rebuild against perl 5.10.1
61691e
61691e
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-2
61691e
- rebuild for push
61691e
61691e
* Tue Oct 6  2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-1
61691e
- new upstream version
61691e
61691e
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
61691e
61691e
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-2
61691e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
61691e
61691e
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.68-1
61691e
- Update to 0.68.
61691e
- COMPATIBILITY went away.
61691e
- ysh moved to YAML::Shell.
61691e
61691e
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.66-3
61691e
- Rebuild for perl 5.10 (again)
61691e
61691e
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.66-2
61691e
- rebuild for new perl
61691e
61691e
* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.66-1
61691e
- Update to 0.66.
61691e
- Update License tag.
61691e
61691e
* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.65-1
61691e
- Update to 0.65.
61691e
61691e
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.62-3
61691e
- Use fixperms macro instead of our own chmod incantation.
61691e
- Drop Test::Base build dependency to avoid a BR loop (#215637).
61691e
- BR ExtUtils::MakeMaker.
61691e
61691e
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.62-2
61691e
- Fix find option order.
61691e
61691e
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.62-1
61691e
- Update to 0.62.
61691e
- Removed Test::YAML (bug #197539).
61691e
61691e
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 0.61-1
61691e
- Update to 0.61.
61691e
61691e
* Sat May 20 2006 Steven Pritchard <steve@kspei.com> 0.58-3
61691e
- Rebuild.
61691e
61691e
* Tue May 09 2006 Steven Pritchard <steve@kspei.com> 0.58-2
61691e
- Drop testmore patch.
61691e
- Catch Test::YAML module and man page in file list.
61691e
61691e
* Thu May 04 2006 Steven Pritchard <steve@kspei.com> 0.58-1
61691e
- Update to 0.58.
61691e
- Small spec cleanups.
61691e
61691e
* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.39-2
61691e
- 0.39.
61691e
61691e
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
61691e
- rebuilt
61691e
61691e
* Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
61691e
- Avoid creation of the perllocal.pod file (make pure_install).
61691e
61691e
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.4
61691e
- Require perl(:MODULE_COMPAT_*).
61691e
- Cosmetic tweaks (bug 1383).
61691e
61691e
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.3
61691e
- Reduce directory ownership bloat.
61691e
61691e
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.2
61691e
- Use INSTALLARCHLIB workaround in %%install.
61691e
61691e
* Wed Sep  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.1
61691e
- First build.