- Update to 0.04 (get_package_symbol now doesn't autovivify stash entries;
a new method get_or_add_package_symbol can now be used for that behavior)
This commit is contained in:
parent
87e5a2bc84
commit
c89c278fda
@ -1 +1 @@
|
||||
Package-Stash-0.03.tar.gz
|
||||
Package-Stash-0.04.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.03
|
||||
Release: 2%{?dist}
|
||||
Version: 0.04
|
||||
Release: 1%{?dist}
|
||||
Summary: Routines for manipulating stashes
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -51,6 +51,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Package::Stash.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2010 Paul Howarth <paul@city-fan.org> - 0.04-1
|
||||
- Update to 0.04 (get_package_symbol now doesn't autovivify stash entries; a
|
||||
new method get_or_add_package_symbol can now be used for that behavior)
|
||||
|
||||
* Mon Jun 14 2010 Paul Howarth <paul@city-fan.org> - 0.03-2
|
||||
- Incorporate package review suggestions (#602597)
|
||||
- Use %%{?perl_default_filter}
|
||||
|
Loading…
Reference in New Issue
Block a user