p5sagit/Devel-Declare.git
2017-03-28 Karen Etheridge Release commit for 0.006019 v0.006019
2017-03-28 Karen Etheridge add deprecation WARNING to pod
2017-03-28 Karen Etheridge add DEPRECATED note to abstract
2017-03-28 Karen Etheridge add x_deprecated flag to metadata
2017-03-17 Karen Etheridge avoid relying on . being in @INC
2016-08-30 Karen Etheridge tighten up these entries
2016-08-29 Karen Etheridge Bumping version to 0.006019
2016-08-05 Karen Etheridge move this make dependency from postamble to "depends...
2016-07-28 Karen Etheridge avoid relying on . being in @INC
2016-07-28 Karen Etheridge use a more specific link
2016-07-11 Karen Etheridge stringify version before comparing, as recommended...
2016-07-11 Karen Etheridge fix Test::More prereq for done_testing
2015-03-24 Karen Etheridge Release commit for 0.006018 v0.006018
2015-03-24 Karen Etheridge add contributors to metadata
2015-03-24 Karen Etheridge Bumping version to 0.006018
2015-03-24 Karen Etheridge changelog for patch for RT#102818
2015-03-24 Matthew Horsfall dont use sub_inwhat (RT#102918)
2015-03-24 Karen Etheridge tighten up entries
2014-09-25 Karen Etheridge Release commit for 0.006017 v0.006017
2014-09-25 Karen Etheridge changelog for RT#99102 fix
2014-09-25 Father Chrysostomos fix for 5.21.4 (blead commit 2eaf799) (RT#99102)
2014-09-25 Karen Etheridge make bump
2014-09-25 Karen Etheridge realclean is fully populated by Distar
2014-09-25 Karen Etheridge newer Distar provides the bump targets and script
2014-04-02 Karen Etheridge also blow away Distar dir on "make realclean"
2014-04-01 Karen Etheridge Release commit for 0.006016 v0.006016
2014-04-01 Karen Etheridge make bump
2014-04-01 Karen Etheridge add strict and warnings
2014-03-31 Karen Etheridge remove unneeded shebang
2014-03-31 Karen Etheridge gotta have a plan
2014-03-31 Karen Etheridge fix syntax error in module use line
2014-02-03 Karen Etheridge Release commit for 0.006015 v0.006015
2014-02-03 Karen Etheridge make bump
2014-02-03 Karen Etheridge ignore this cruft file too
2014-02-03 Karen Etheridge bring back Declare.c target
2014-02-03 Karen Etheridge fix changelog header
2014-02-03 Karen Etheridge changelog for fix
2014-02-03 Zefram RT#91983: format warnings during compilation
2013-12-12 Karen Etheridge revert to previous formatting
2013-08-23 Karen Etheridge properly set v2 metadata!
2013-08-02 Karen Etheridge EUMM before 6.57_02 do not like arrayrefs for AUTHOR
2013-07-30 Karen Etheridge ensure we create a v2 meta file
2013-07-21 Karen Etheridge Release commit for 0.006014 v0.006014
2013-07-21 Karen Etheridge bump version
2013-07-21 Karen Etheridge Merge branch 'topic/distar'
2013-07-21 Karen Etheridge stolen_chunk_of_toke.c is not built into its own .o topic/distar
2013-07-21 Graham Knop include extra required files in manifest
2013-07-20 Karen Etheridge changelog
2013-07-20 Karen Etheridge copy bump-version from Moo, which handles single-dot...
2013-07-20 Karen Etheridge clean up use of postamble (thanks haarg!)
2013-07-20 Karen Etheridge convert Makefile.PL to using Distar
2013-07-20 Karen Etheridge Distar's maint directory
2013-07-20 Karen Etheridge tighten up these entries
2013-07-18 Karen Etheridge make changelog more readable, CPAN::Changes-compliant
2013-06-21 Karen Etheridge use Test::Requires for optional deps
2013-06-19 Karen Etheridge sigh, empty MANIFEST in the last release... 0.006013
2013-06-18 Karen Etheridge add dates to changelog entries that were missing them 0.006012
2013-06-18 Karen Etheridge canonicalize date format in changelog
2013-06-18 Karen Etheridge bump version for imminent release
2013-06-18 Karen Etheridge fix repository
2013-06-18 Karen Etheridge fix repository metadata
2013-06-18 Karen Etheridge Updates for some deprecations in perl 5.17. (Zefram...
2012-02-22 Zefram Version 0.006011 0.006011
2012-02-22 Zefram use PERL_NO_GET_CONTEXT
2012-02-21 Zefram avoid using Test::Warn
2012-02-07 Zefram Version 0.006010 0.006010
2012-02-07 Zefram avoid "insecure rcfile" warning from test
2012-02-07 Zefram restrict symbol export hack to threading builds
2012-02-01 Zefram Version 0.006009 0.006009
2012-02-01 Zefram be adaptive about deleting the realloc filter
2012-02-01 Zefram document that injecting newlines doesn't work
2012-02-01 Zefram partially substitute for unexported symbols
2011-12-08 Zefram jump through hoops to avoid compiler warnings
2011-12-08 Zefram fix a C declaration after statement
2011-11-05 Zefram Version 0.006008 0.006008
2011-11-05 Zefram leave linestr prefix unchanged in toke_scan_str
2011-09-12 Zefram Version 0.006007 0.006007
2011-09-12 Zefram give D:D:Context::Simple a version number
2011-09-11 Zefram initialize earlier to help with string evals
2011-09-11 Zefram toke_scan_str return undef for unterminated string
2011-09-11 Zefram prevent toke_scan_str moving backward in linestr
2011-09-11 Zefram avoid memory leak in toke_scan_str
2011-09-11 Zefram croak if reallocation occurs during scan_str
2011-09-11 Zefram add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore
2011-09-11 Zefram depend on bugfixed B::Hooks::OP::Check 0.19
2011-08-23 Florian Ragwitz Version 0.006006 0.006006
2011-08-23 Florian Ragwitz Increase the default linestr size to avoid reallocations
2011-07-06 Florian Ragwitz Version 0.006005 0.006005
2011-07-05 Florian Ragwitz Merge pull request #4 from clkao/master
2011-06-15 Chia-liang Kao tests for redefined subroutine warnings.
2011-05-30 Chia-liang Kao use the "redefine" warning flag when importing DD to...
2011-05-02 Florian Ragwitz Version 0.006004 0.006004
2011-05-02 Florian Ragwitz Make sure we keep working with Devel::CallParser loaded
2011-05-02 Florian Ragwitz Bail out earlier when not lexing
2011-04-12 Florian Ragwitz Version 0.006003 0.006003
2011-04-12 Florian Ragwitz Fix test failures on old perls
2011-04-08 Florian Ragwitz Version 0.006002 0.006002
2011-04-08 Florian Ragwitz Re-instate linestr growing using filters
2011-02-26 Florian Ragwitz Version 0.006001 0.006001
2011-02-26 Florian Ragwitz Re-alloc PL_linestr in block hooks, if available
next