Commit Graph

17 Commits

Author SHA1 Message Date
Paul Howarth
1a294d28ce Update to 0.32
- New upstream release 0.32
  - Bring the behavior of has_symbol for nonexistant scalars into line with the
    XS version
  - Invalid package names (for instance, Foo:Bar) are not allowed
  - Invalid stash entry names (anything containing ::) are not allowed
- Update patches to apply cleanly
- Bump perl(Package::Stash::XS) version requirement to 0.24
2011-09-06 20:29:32 +01:00
Paul Howarth
29b6aed269 Update to 0.31
- New upstream release 0.31
  - Fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+
  - Fix ->add_symbol('$foo', \v1.2.3) on 5.10+
- Update patch for old Test::More versions
- Update patch for no Test::Requires
2011-08-09 14:02:25 +01:00
Paul Howarth
9957c0744f Update to 0.30
- New upstream release 0.30
  - Fix compiler detection in Makefile.PL
- Update patch for old ExtUtils::MakeMaker versions
- Drop usage of macros for commands
- Drop redundant %{?perl_default_filter}
- perl(Pod::Coverage::TrustPod) now available everywhere
2011-07-21 22:32:29 +01:00
Paul Howarth
bd2a1de4df Update to 0.29
- New upstream release 0.29
  - Really skip the package-stash-conflict script in the compile test
2011-04-06 14:18:04 +01:00
Paul Howarth
3b22373864 Update to 0.28
- New upstream release 0.28
  - META.json fixes
- Update patch for old ExtUtils::MakeMaker versions to apply cleanly
2011-03-30 12:56:06 +01:00
Paul Howarth
6feb600a05 Update to 0.27
- New upstream release 0.27
  - Skip the package-stash-conflicts script in the compile test
2011-03-28 14:45:38 +01:00
Paul Howarth
c924b51b5d Update to 0.26
- New upstream release 0.26
  - Make the namespace cache lazy and weak, in case the stash is deleted
  - However, this doesn't work on 5.8, so disable the namespace caching
    entirely there
- Update patches to apply cleanly
- Bump perl(Package::Stash::XS) version requirement to 0.22
- Bump perl(Dist::CheckConflicts) version requirement to 0.02
2011-03-05 14:19:12 +00:00
Paul Howarth
c9d7f7c164 Update to 0.25
- New upstream release 0.25
  - Make the leak tests author-only, since some smokers run release tests
- Update patches to apply cleanly
- Bump perl(Package::Stash::XS) version requirement to 0.21
- Drop buildreq perl(Test::Exception), no longer needed
2011-01-25 19:10:58 +00:00
Paul Howarth
c0ef9ce904 Update to 0.24 (reinstate Test::Requires dependency) 2011-01-18 10:43:05 +00:00
Paul Howarth
5f816c8fcc Update to 0.23
- New upstream release 0.23
  - Lower perl prereq to 5.8.1
  - Make the leak tests release-only
- Update patches to apply cleanly
- Add patch to skip memory leak tests if we don't have Test::LeakTrace
  (EPEL 4/5)
2011-01-12 11:50:26 +00:00
Paul Howarth
ccbe95daea Update to 0.22
- New upstream release 0.22
  - Bump Package::Stash::XS version requirement since a bug was fixed there
- Update patches for old ExtUtils::MakeMaker and Test::More versions
- BR/R perl(Package::Stash::XS) >= 0.19
- Content-free manpages for package-stash-conflicts and
  Package::Stash::Conflicts dropped upstream
2011-01-07 13:16:02 +00:00
Paul Howarth
a39aa3c820 Update to 0.20
- New upstream release 0.20
  - Methods were renamed for brevity: s/_package//
  - Convert Package::Stash into a module which loads either the XS or pure perl
    implementation, depending on what's available
  - Use Test::Fatal instead of Test::Exception
  - Use Dist::CheckConflicts
  - Silence deprecation warnings for the method renaming for now
- New script and manpage: package-stash-conflicts
- New modules and manpages: Package::Stash::Conflicts and Package::Stash::PP
- New build requirements:
  - perl(Dist::CheckConflicts)
  - perl(Package::DeprecationManager)
  - perl(Package::Stash::XS)
  - perl(Test::LeakTrace)
  - perl(Test::Requires)
  - perl(Test::Script)
- Update patches for old ExtUtils::MakeMaker and Test::More versions
- Add new patch to work around absence of Test::Requires in EPEL-4
- Require perl(Package::Stash::XS) for performance and consistency
- Manually provide perl(Package::Stash::Conflicts), hidden from auto-provides
2011-01-07 12:09:42 +00:00
Paul Howarth
58da17c7ec Update to 0.08
Update to latest upstream release, 0.08:
- Re-enable the caching of the stash
Update patch for old ExtUtils::MakeMaker and Test::More versions
2010-09-20 12:02:37 +01:00
Paul Howarth
6730da510c Update to 0.05
Update to latest upstream release, 0.05:
- Bump Test::More requirement for done_testing
- Update packaging stuff
BR: perl(Test::EOL) and perl(Test::NoTabs)
Unify spec for all active branches, adding patches for back-compatibility
2010-07-30 10:34:57 +01:00
Paul Howarth
c89c278fda - 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)
2010-06-14 13:52:53 +00:00
Paul Howarth
12f659e05b Initial import of perl-Package-Stash-0.03-1 2010-06-14 07:05:07 +00:00
Kevin Fenzi
5fb6845e5d Setup of module perl-Package-Stash 2010-06-14 04:51:25 +00:00