9 years agov0.006004 master v0.006004
Arthur Axel 'fREW' Schmidt [Wed, 16 Jul 2014 02:50:52 +0000]
v0.006004

 - Various POD fixes (Karent Etheridge, Florian Schlichting)

9 years agonormalize emails
Arthur Axel 'fREW' Schmidt [Wed, 16 Jul 2014 02:50:26 +0000]
normalize emails

9 years agoAdd ABSTRACT to WithLogger.pm
fschlich [Sun, 23 Feb 2014 22:12:07 +0000]
Add ABSTRACT to WithLogger.pm

9 years agoAdd ABSTRACT to SetLogger.pm
fschlich [Sun, 23 Feb 2014 22:10:51 +0000]
Add ABSTRACT to SetLogger.pm

9 years agoAdd ABSTRACT to Router.pm
fschlich [Sun, 23 Feb 2014 22:09:00 +0000]
Add ABSTRACT to Router.pm

9 years agoa bit of doc cleanup
Karen Etheridge [Sat, 21 Jul 2012 14:58:56 +0000]
a bit of doc cleanup

9 years agomake it more clear that "with_logger" will not override package_logger
Karen Etheridge [Wed, 23 May 2012 23:48:07 +0000]
make it more clear that "with_logger" will not override package_logger

10 years agov0.006003 v0.006003
Arthur Axel 'fREW' Schmidt [Sat, 22 Feb 2014 15:41:52 +0000]
v0.006003

  - Stop depending on XS module Sub::Identify

10 years agoStop depending on XS module Sub::Identify
Arthur Axel 'fREW' Schmidt [Sat, 22 Feb 2014 15:32:27 +0000]
Stop depending on XS module Sub::Identify

10 years agov0.006002 v0.006002
Arthur Axel 'fREW' Schmidt [Thu, 20 Feb 2014 22:05:44 +0000]
v0.006002

  - Fix missing POD

10 years agoFix missing POD
Arthur Axel 'fREW' Schmidt [Thu, 20 Feb 2014 22:05:18 +0000]
Fix missing POD

10 years agov0.006001 v0.006001
Arthur Axel 'fREW' Schmidt [Thu, 20 Feb 2014 21:51:38 +0000]
v0.006001

  - Fix warnings caused by importing more than once

10 years agofix warnings caused by importing twice
Arthur Axel 'fREW' Schmidt [Thu, 20 Feb 2014 19:36:55 +0000]
fix warnings caused by importing twice

10 years agomove to a more visible place
Arthur Axel 'fREW' Schmidt [Thu, 20 Feb 2014 19:13:40 +0000]
move to a more visible place

10 years agoconvert to unobtrusive Dist::Zilla
Arthur Axel 'fREW' Schmidt [Wed, 30 Oct 2013 18:41:54 +0000]
convert to unobtrusive Dist::Zilla

10 years agofix pod error
Florian Schlichting [Wed, 30 Oct 2013 18:29:00 +0000]
fix pod error

10 years agominor POD fixes
Arthur Axel 'fREW' Schmidt [Wed, 30 Oct 2013 18:27:06 +0000]
minor POD fixes

10 years agoensure that gross code will not creep in
Arthur Axel 'fREW' Schmidt [Tue, 10 Sep 2013 21:55:00 +0000]
ensure that gross code will not creep in

10 years agorelease 0.006000 v0.006000
Arthur Axel 'fREW' Schmidt [Fri, 6 Sep 2013 00:59:43 +0000]
release 0.006000

10 years agotest with travis
Arthur Axel 'fREW' Schmidt [Fri, 6 Sep 2013 00:50:09 +0000]
test with travis

10 years agoadd ::Easy::Package for more simple LC usage
Arthur Axel 'fREW' Schmidt [Fri, 6 Sep 2013 00:10:40 +0000]
add ::Easy::Package for more simple LC usage

10 years agonamespace ::Easy::Default
Arthur Axel 'fREW' Schmidt [Thu, 5 Sep 2013 23:11:32 +0000]
namespace ::Easy::Default

10 years agoadded Log::Contextual::Easy for zero-config usage
Jakob Voss [Sat, 31 Aug 2013 18:55:29 +0000]
added Log::Contextual::Easy for zero-config usage

10 years agorelease 0.005005 v0.005005
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:41:14 +0000]
release 0.005005

10 years agoFix minimum version of Exporter::Declare
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:38:40 +0000]
Fix minimum version of Exporter::Declare

10 years agofix typos (found by dsteinbrunner)
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:33:48 +0000]
fix typos (found by dsteinbrunner)

10 years agorelease 0.005004 v0.005004
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:23:26 +0000]
release 0.005004

10 years agoChangeLog?
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:18:54 +0000]
ChangeLog?

10 years agoDep on a newer version of Moo for multiple role composition
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:18:24 +0000]
Dep on a newer version of Moo for multiple role composition

11 years agorelease v0.005003 v0.005003
Arthur Axel 'fREW' Schmidt [Fri, 22 Mar 2013 00:59:38 +0000]
release v0.005003

11 years agoYell loudly if the user tries to use internals directly
Arthur Axel 'fREW' Schmidt [Fri, 22 Mar 2013 00:58:53 +0000]
Yell loudly if the user tries to use internals directly

11 years agorelease 0.005002 (♥) v0.005002
Arthur Axel 'fREW' Schmidt [Fri, 15 Feb 2013 01:56:54 +0000]
release 0.005002 (♥)

11 years agoFix RT#83267
Tyler Riddle [Tue, 12 Feb 2013 04:25:06 +0000]
Fix RT#83267

The following code from Module::Metadata 1.000011 exposed the bug

   BEGIN {
     if ($INC{'Log/Contextual.pm'}) {
       Log::Contextual->import('log_info');
     } else {
       *log_info = sub (&) { warn $_[0]->() };
     }
   }

11 years agorelease 0.005001 (FINALLY!) v0.005001
Arthur Axel 'fREW' Schmidt [Thu, 7 Feb 2013 23:16:09 +0000]
release 0.005001 (FINALLY!)

11 years agorelease 0.005000_03 v0.005000_03
Arthur Axel 'fREW' Schmidt [Wed, 16 Jan 2013 23:39:03 +0000]
release 0.005000_03

11 years agointegrate default import tag api from 0.004300
Tyler Riddle [Wed, 16 Jan 2013 17:17:35 +0000]
integrate default import tag api from 0.004300

11 years agorelease 0.005000_02 v0.005000_02
Arthur Axel 'fREW' Schmidt [Wed, 16 Jan 2013 01:12:15 +0000]
release 0.005000_02

11 years agoadd missing changelog entry
Arthur Axel 'fREW' Schmidt [Wed, 16 Jan 2013 01:11:40 +0000]
add missing changelog entry

11 years agorelease 0.005000_01 v0.005000_01
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 21:22:27 +0000]
release 0.005000_01

11 years agoignore new meta files
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 21:22:11 +0000]
ignore new meta files

11 years agofix SYNOPSIS bug (thanks Mithaldu)
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 16:24:08 +0000]
fix SYNOPSIS bug (thanks Mithaldu)

11 years agocheck for with/set_logger at import time
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 01:45:28 +0000]
check for with/set_logger at import time

11 years agoperltidy code and add .perltidyrc to repo
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 01:32:25 +0000]
perltidy code and add .perltidyrc to repo

11 years agouse accessors instead of silly direct attributes
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 01:25:06 +0000]
use accessors instead of silly direct attributes

11 years agoremove no longer needed code
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 01:13:57 +0000]
remove no longer needed code

11 years agorefactor log router API to use named args and clearer names for those args
Tyler Riddle [Tue, 8 Jan 2013 22:32:35 +0000]
refactor log router API to use named args and clearer names for those args

11 years agoadded docs to the log router role
Tyler Riddle [Fri, 14 Dec 2012 22:37:25 +0000]
added docs to the log router role

11 years agopass exporter to router log requests
Tyler Riddle [Fri, 11 Jan 2013 20:30:01 +0000]
pass exporter to router log requests

11 years agorename arg_router to router as it's not an argument
Arthur Axel 'fREW' Schmidt [Sun, 4 Nov 2012 00:24:26 +0000]
rename arg_router to router as it's not an argument

11 years agomake arg_router a method so that it can always be overridden
Arthur Axel 'fREW' Schmidt [Sat, 3 Nov 2012 20:29:27 +0000]
make arg_router a method so that it can always be overridden

11 years agoremove vestigal option for arg_router
Arthur Axel 'fREW' Schmidt [Sat, 3 Nov 2012 19:59:20 +0000]
remove vestigal option for arg_router

11 years agolazily load default router
Arthur Axel 'fREW' Schmidt [Sat, 3 Nov 2012 06:24:12 +0000]
lazily load default router

11 years agofactor can checks out into roles
Arthur Axel 'fREW' Schmidt [Sat, 3 Nov 2012 06:20:38 +0000]
factor can checks out into roles

11 years agomove handle_log_request logic into router
Matt S Trout [Tue, 16 Oct 2012 13:25:01 +0000]
move handle_log_request logic into router

11 years agorefactor into log routing
Tyler Riddle [Thu, 13 Sep 2012 15:00:58 +0000]
refactor into log routing

11 years agorelease 0.004202 v0.004202
Arthur Axel 'fREW' Schmidt [Sun, 5 Aug 2012 04:14:27 +0000]
release 0.004202

11 years agofix caller_level passed to coderef, document both uses
Arthur Axel 'fREW' Schmidt [Fri, 3 Aug 2012 23:20:19 +0000]
fix caller_level passed to coderef, document both uses

11 years agorelease 0.004201 v0.004201
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 08:34:49 +0000]
release 0.004201

11 years agoThe smallest pod fix ever
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 08:34:03 +0000]
The smallest pod fix ever

11 years agorelease 0.004200 v0.004200
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 04:47:53 +0000]
release 0.004200

11 years agopass more information to logger
Arthur Axel 'fREW' Schmidt [Fri, 20 Jul 2012 18:53:31 +0000]
pass more information to logger

11 years agobetter elevator pitch
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 03:36:16 +0000]
better elevator pitch

11 years agoupdate copyright
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 03:35:44 +0000]
update copyright

11 years agoclarify exports and remove cruft
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 03:35:31 +0000]
clarify exports and remove cruft

11 years agomuch better example for defaulting loggers
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 03:34:16 +0000]
much better example for defaulting loggers

11 years agoslightly more clear docs
Arthur Axel 'fREW' Schmidt [Fri, 20 Jul 2012 02:48:49 +0000]
slightly more clear docs

11 years agoremove unneeded \Q\E in test
Arthur Axel 'fREW' Schmidt [Thu, 19 Jul 2012 22:53:56 +0000]
remove unneeded \Q\E in test

12 years agoRelease 0.004100 v0.004100
Arthur Axel 'fREW' Schmidt [Thu, 29 Mar 2012 23:39:07 +0000]
Release 0.004100

12 years agoWarnLogger now supports custom log levels via levels constructor argument
Karen Etheridge [Mon, 19 Mar 2012 20:51:22 +0000]
WarnLogger now supports custom log levels via levels constructor argument

12 years agoRelease 0.004001 v0.004001
Arthur Axel 'fREW' Schmidt [Tue, 16 Aug 2011 01:51:26 +0000]
Release 0.004001

12 years agofix version dep for Exporter::Declare
Arthur Axel 'fREW' Schmidt [Tue, 16 Aug 2011 01:39:33 +0000]
fix version dep for Exporter::Declare

12 years agoRelease 0.004000 v0.004000
Arthur Axel 'fREW' Schmidt [Sat, 6 Aug 2011 16:15:54 +0000]
Release 0.004000

12 years agoadd docs for setting default import options
Arthur Axel 'fREW' Schmidt [Fri, 5 Aug 2011 00:55:38 +0000]
add docs for setting default import options

12 years agoadd very basic "BaseLogger" test
Arthur Axel 'fREW' Schmidt [Thu, 4 Aug 2011 23:24:25 +0000]
add very basic "BaseLogger" test

12 years agoallow custom log levels
Arthur Axel 'fREW' Schmidt [Fri, 5 Aug 2011 00:26:01 +0000]
allow custom log levels

12 years agoUse Exporter::Declare for importing
Arthur Axel 'fREW' Schmidt [Thu, 4 Aug 2011 02:56:08 +0000]
Use Exporter::Declare for importing

12 years agoRelease 0.00305 v0.00305
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 01:33:42 +0000]
Release 0.00305

12 years agoFix regression that caused D* subs to dumper even if the log level was off
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 01:30:55 +0000]
Fix regression that caused D* subs to dumper even if the log level was off

13 years agoadd minor addition to docs
Arthur Axel 'fREW' Schmidt [Sat, 19 Mar 2011 18:04:00 +0000]
add minor addition to docs

13 years agoCleanup after ourselves
Peter Rabbitson [Mon, 6 Sep 2010 17:23:01 +0000]
Cleanup after ourselves

13 years agoMore ignores
Peter Rabbitson [Mon, 6 Sep 2010 17:21:52 +0000]
More ignores

13 years agoFix 5.6 fail (scalarref open not supported)
Peter Rabbitson [Mon, 6 Sep 2010 17:20:45 +0000]
Fix 5.6 fail (scalarref open not supported)

13 years agoCorrect string-eval (contained $)
Peter Rabbitson [Mon, 6 Sep 2010 17:19:41 +0000]
Correct string-eval (contained $)
Rewrite test to whitstand line changes

13 years agoSpecify meta perl ver.
Peter Rabbitson [Mon, 6 Sep 2010 17:18:49 +0000]
Specify meta perl ver.

13 years agoreduce silly repetitive code
Arthur Axel 'fREW' Schmidt [Sat, 7 Aug 2010 07:30:25 +0000]
reduce silly repetitive code

13 years agoAdd warnlogger UPTO env var v0.00304
Arthur Axel 'fREW' Schmidt [Sat, 31 Jul 2010 05:06:29 +0000]
Add warnlogger UPTO env var

13 years agorelease 0.00303
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 07:47:34 +0000]
release 0.00303

13 years agofix broken Log::Log4perl test
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 07:47:18 +0000]
fix broken Log::Log4perl test

13 years agorelease 0.00302 v0.00302
Arthur Axel 'fREW' Schmidt [Fri, 9 Jul 2010 01:40:31 +0000]
release 0.00302

13 years agoadd levels_upto to SimpleLogger
Arthur Axel 'fREW' Schmidt [Fri, 9 Jul 2010 01:09:37 +0000]
add levels_upto to SimpleLogger

13 years agoUse new Log::Log4perl features to clean up caller_depth stuff
Arthur Axel 'fREW' Schmidt [Thu, 8 Jul 2010 00:48:56 +0000]
Use new Log::Log4perl features to clean up caller_depth stuff

13 years agoinitial sketch of TeeLogger
Matt S Trout [Mon, 28 Jun 2010 22:57:01 +0000]
initial sketch of TeeLogger

13 years agorelease 0.00300 v0.00300
Arthur Axel 'fREW' Schmidt [Fri, 4 Jun 2010 03:44:09 +0000]
release 0.00300

13 years agoAdd -package_logger
Arthur Axel 'fREW' Schmidt [Fri, 4 Jun 2010 03:43:33 +0000]
Add -package_logger

13 years agorelease 0.00202 v0.00202
Arthur Axel 'fREW' Schmidt [Sun, 23 May 2010 08:35:32 +0000]
release 0.00202

13 years agoDlog now works for package defaults
Arthur Axel 'fREW' Schmidt [Sun, 23 May 2010 07:12:42 +0000]
Dlog now works for package defaults

13 years agosuper late commit of release 0.00201 v0.00201
Arthur Axel 'fREW' Schmidt [Sun, 23 May 2010 08:29:45 +0000]
super late commit of release 0.00201

14 years agorelease 0.00200 v0.00200
Arthur Axel 'fREW' Schmidt [Wed, 3 Mar 2010 06:17:59 +0000]
release 0.00200

14 years agoadd Log::Dispatchouli example
Arthur Axel 'fREW' Schmidt [Wed, 3 Mar 2010 06:14:34 +0000]
add Log::Dispatchouli example

14 years agoLog::Log4perl works now!
Arthur Axel 'fREW' Schmidt [Wed, 3 Mar 2010 05:47:10 +0000]
Log::Log4perl works now!