The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
lib/Badger.pm
lib/Badger/App.pm
lib/Badger/Apps.pm
lib/Badger/Base.pm
lib/Badger/Class.pm
lib/Badger/Class/Config.pm
lib/Badger/Class/Methods.pm
lib/Badger/Class/Vars.pm
lib/Badger/Codec.pm
lib/Badger/Codec/Base64.pm
lib/Badger/Codec/Chain.pm
lib/Badger/Codec/Encode.pm
lib/Badger/Codec/Encoding.pm
lib/Badger/Codec/HTML.pm
lib/Badger/Codec/JSON.pm
lib/Badger/Codec/Storable.pm
lib/Badger/Codec/Timestamp.pm
lib/Badger/Codec/TT.pm
lib/Badger/Codec/Unicode.pm
lib/Badger/Codec/URI.pm
lib/Badger/Codec/URL.pm
lib/Badger/Codec/YAML.pm
lib/Badger/Codecs.pm
lib/Badger/Comparable.pm
lib/Badger/Config.pm
lib/Badger/Config/Filesystem.pm
lib/Badger/Config/Item.pm
lib/Badger/Config/Schema.pm
lib/Badger/Constants.pm
lib/Badger/Data.pm
lib/Badger/Data/Facet.pm
lib/Badger/Data/Facet/Class.pm
lib/Badger/Data/Facet/List.pm
lib/Badger/Data/Facet/List/MaxSize.pm
lib/Badger/Data/Facet/List/MinSize.pm
lib/Badger/Data/Facet/List/Size.pm
lib/Badger/Data/Facet/Number.pm
lib/Badger/Data/Facet/Number/Max.pm
lib/Badger/Data/Facet/Number/Min.pm
lib/Badger/Data/Facet/Text.pm
lib/Badger/Data/Facet/Text/Length.pm
lib/Badger/Data/Facet/Text/MaxLength.pm
lib/Badger/Data/Facet/Text/MinLength.pm
lib/Badger/Data/Facet/Text/Pattern.pm
lib/Badger/Data/Facet/Text/Whitespace.pm
lib/Badger/Data/Facet/tmp
lib/Badger/Data/Facets.pm
lib/Badger/Data/Type.pm
lib/Badger/Data/Type/Class.pm
lib/Badger/Data/Type/Number.pm
lib/Badger/Data/Type/Simple.pm
lib/Badger/Data/Type/Text.pm
lib/Badger/Data/Types.pm
lib/Badger/Date.pm
lib/Badger/Debug.pm
lib/Badger/Duration.pm
lib/Badger/Exception.pm
lib/Badger/Exporter.pm
lib/Badger/Factory.pm
lib/Badger/Factory/Class.pm
lib/Badger/Filesystem.pm
lib/Badger/Filesystem/Base.pm
lib/Badger/Filesystem/Directory.pm
lib/Badger/Filesystem/File.pm
lib/Badger/Filesystem/Path.pm
lib/Badger/Filesystem/Universal.pm
lib/Badger/Filesystem/Virtual.pm
lib/Badger/Filesystem/Visitor.pm
lib/Badger/Filter.pm
lib/Badger/Hub.pm
lib/Badger/Hub/Badger.pm
lib/Badger/Log.pm
lib/Badger/Log/File.pm
lib/Badger/Logic.pm
lib/Badger/Mixin.pm
lib/Badger/Modules.pm
lib/Badger/Period.pm
lib/Badger/Progress.pm
lib/Badger/Prototype.pm
lib/Badger/Rainbow.pm
lib/Badger/Reporter.pm
lib/Badger/Reporter/App.pm
lib/Badger/Test.pm
lib/Badger/Test/Manager.pm
lib/Badger/Timestamp.pm
lib/Badger/URL.pm
lib/Badger/Utils.pm
lib/Badger/Workplace.pm
lib/Badger/Workspace.pm
MAINTAINER
Makefile.PL
MANIFEST			This list of files
MYMETA.json
MYMETA.yml
pod/Badger/Changes.pod
pod/Badger/FAQ.pod
pod/Badger/Intro.pod
README
RELEASE
t/app/app.t
t/class/alias.t
t/class/config.t
t/class/lib/My/Aliased.pm
t/class/lib/My/Class.pm
t/class/lib/My/Config1.pm
t/class/lib/My/Config2.pm
t/class/lib/My/Config3.pm
t/class/lib/My/Config4.pm
t/class/lib/My/Config5.pm
t/class/lib/My/Vars1.pm
t/class/lib/My/Vars2.pm
t/class/lib/My/Vars3.pm
t/class/lib/My/Vars4.pm
t/class/lib/My/Vars5.pm
t/class/lib/My/Vars6.pm
t/class/lib/My/Vars7.pm
t/class/methods.t
t/class/subclass.t
t/class/vars.t
t/codec/base64.t
t/codec/codec.t
t/codec/codecs.t
t/codec/data/example.ts
t/codec/encode.t
t/codec/encoding.t
t/codec/html.t
t/codec/json.t
t/codec/lib/My/Codec/Foo.pm
t/codec/storable.t
t/codec/timestamp.t
t/codec/tt.t
t/codec/unicode.t
t/codec/uri.t
t/codec/url.t
t/config/filesystem.t
t/config/filesystem2.t
t/config/test_files/config1/pages.yaml
t/config/test_files/config1/pages/auth.yaml
t/config/test_files/config1/site.yaml
t/config/test_files/config1/things.yaml
t/config/test_files/config1/user.yaml
t/config/test_files/config2/config.yaml
t/config/test_files/config2/pages.yaml
t/config/test_files/config2/pages/more.yaml
t/config/test_files/config2/user.yaml
t/config/test_files/dir1/dashes.yaml
t/config/test_files/dir1/dashes/admin.yaml
t/config/test_files/dir1/dashes/developer.yaml
t/config/test_files/dir1/ents.yaml
t/config/test_files/dir1/ents/four/ten.yaml
t/config/test_files/dir1/ents/four/twenty.yaml
t/config/test_files/dir1/ents/misc.yaml
t/config/test_files/dir1/nested/one.yaml
t/config/test_files/dir1/nested/two/three.yaml
t/config/test_files/dir1/nibbles.yaml
t/config/test_files/dir1/nibbles/cheese.yaml
t/config/test_files/dir1/nibbles/drinks/beers.yaml
t/config/test_files/dir1/project.yaml
t/config/test_files/dir1/urls.yaml
t/config/test_files/dir1/urls/foo.yaml
t/config/test_files/dir1/widgets.yaml
t/config/test_files/dir1/widgets/more.yaml
t/config/test_files/dir1/widgets/still/more.yaml
t/config/test_files/dir2/config.yaml
t/config/test_files/dir2/one.yaml
t/config/test_files/dir2/one/two.yaml
t/config/test_files/dir2/ten.yaml
t/config/test_files/dir2/ten/eleven.yaml
t/config/test_files/dir2/three.yaml
t/config/test_files/dir2/three/five/six.yaml
t/config/test_files/dir2/three/four.yaml
t/config/test_files/dir2/three/iv.yaml
t/config/test_files/dir3/config.yaml
t/config/test_files/dir3/three.yaml
t/config/test_files/dir3/three/iv.yaml
t/config/test_files/dir3/three/v.yaml
t/config/test_files/wspace1/config/cache.yaml
t/config/test_files/wspace1/config/components.yaml
t/config/test_files/wspace1/config/pages.yaml
t/config/test_files/wspace1/config/pages/auth.yaml
t/config/test_files/wspace1/config/wibble.yaml
t/config/test_files/wspace1/config/workspace.yaml
t/config/test_files/wspace2/config/components.yaml
t/config/test_files/wspace2/config/more.yaml
t/config/test_files/wspace2/config/workspace.yaml
t/core/base.t
t/core/class.t
t/core/config.t
t/core/constants.t
t/core/date.t
t/core/debug.t
t/core/dump.t
t/core/exception.t
t/core/exporter.t
t/core/factory.t
t/core/hub.t
t/core/lib/Class/Bottom.pm
t/core/lib/Class/Middle.pm
t/core/lib/Class/Top.pm
t/core/lib/My/BadModule.pm
t/core/lib/My/Class.pm
t/core/lib/My/Constants.pm
t/core/lib/My/Debugger1.pm
t/core/lib/My/Debugger2.pm
t/core/lib/My/Debugger3.pm
t/core/lib/My/Exporter/Base1.pm
t/core/lib/My/Exporter/Base2.pm
t/core/lib/My/Exporter/BeforeAfter.pm
t/core/lib/My/Exporter/BeforeAfterOne.pm
t/core/lib/My/Exporter/BeforeAfterTwo.pm
t/core/lib/My/Exporter/Explicit.pm
t/core/lib/My/Exporter/Generator.pm
t/core/lib/My/Exporter/Subclass1.pm
t/core/lib/My/Exporter/Subclass2.pm
t/core/lib/My/Exporter4.pm
t/core/lib/My/Exporter5.pm
t/core/lib/My/Exporter6.pm
t/core/lib/My/Exporter7.pm
t/core/lib/My/Exporter8.pm
t/core/lib/My/Exporter9.pm
t/core/lib/My/Extra/Wudget.pm
t/core/lib/My/Mixin/Bar.pm
t/core/lib/My/Mixin/Baz.pm
t/core/lib/My/Mixin/Foo.pm
t/core/lib/My/Widget.pm
t/core/lib/My/Wodget.pm
t/core/lib/Your/Answer.pm
t/core/lib/Your/Doodah.pm
t/core/lib/Your/Fail.pm
t/core/lib/Your/URL.pm
t/core/logic.t
t/core/mixin.t
t/core/modules.t
t/core/prototype.t
t/core/rainbow.t
t/core/test.t
t/core/timestamp.t
t/core/trace.t
t/core/url.t
t/core/utils.t
t/data/data.t
t/data/facets.t
t/data/list_facets.t
t/data/number.t
t/data/simple.t
t/data/text.t
t/data/text_facets.t
t/data/type.t
t/filesystem/codec.t
t/filesystem/directory.t
t/filesystem/encoding.t
t/filesystem/file.t
t/filesystem/filesystem.t
t/filesystem/path.t
t/filesystem/testfiles/callsigns
t/filesystem/testfiles/dirtest1
t/filesystem/testfiles/dirtest2
t/filesystem/testfiles/newfile
t/filesystem/testfiles/utf8_data
t/filesystem/testfiles/vdir_four/wibble
t/filesystem/testfiles/vdir_four/wobble/hello
t/filesystem/testfiles/vdir_one/foo
t/filesystem/testfiles/vdir_three/bar
t/filesystem/testfiles/vdir_three/baz
t/filesystem/testfiles/vdir_three/foo
t/filesystem/testfiles/vdir_two/bar
t/filesystem/testfiles/vdir_two/foo
t/filesystem/testfiles/visitor/large
t/filesystem/testfiles/visitor/medium
t/filesystem/testfiles/visitor/one/badger
t/filesystem/testfiles/visitor/one/mushroom
t/filesystem/testfiles/visitor/one/snake
t/filesystem/testfiles/visitor/small
t/filesystem/testfiles/visitor/tmp/goodbye.html.old
t/filesystem/testfiles/visitor/tmp/README
t/filesystem/testfiles/visitor/two/goodbye.bak
t/filesystem/testfiles/visitor/two/goodbye.html
t/filesystem/testfiles/visitor/two/goodbye.txt
t/filesystem/testfiles/visitor/two/hello.html
t/filesystem/testfiles/visitor/two/hello.txt
t/filesystem/universal.t
t/filesystem/virtual.t
t/filesystem/visitor.t
t/log/log.t
t/log/logfile.t
t/log/reporter.t
t/misc/badger.t
t/misc/duration.t
t/misc/filter.t
t/misc/moose.t
t/pod/coverage.t
t/pod/kwalitee.t
t/work/test_files/workplace1/hello.txt
t/work/test_files/workspace1/config/greetings.yaml
t/work/test_files/workspace1/config/mystuff.yaml
t/work/test_files/workspace1/config/workspace.yaml
t/work/test_files/workspace1/goodbye.txt
t/work/test_files/workspace1/one/foo
t/work/test_files/workspace1/two/bar
t/work/test_files/workspace2/config/dirs.yaml
t/work/test_files/workspace2/config/workspace.yaml
t/work/test_files/workspace2/one/foo
t/work/test_files/workspace2/three/four/five
t/work/test_files/workspace2/two/bar
t/work/workplace.t
t/work/workspace.t
TODO
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)