This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libcatalyst-plugin-static-simple-perl.

      from  1d31919   update changelog
       new  61fe316   Add debian/upstream/metadata
       new  e8959ee   Update debian/changelog
      adds  d6d29b9   Imported Static::Simple 0.05
      adds  b1d96e3   Released Static::Simple 0.06:   - Moved initial file 
check into prepare_action so processing can bypass other     plugins.   - Added 
error-checking to static dir regexes.   - Cleaned up various code as per Best 
Practices.
      adds  2268e32   Released Static::Simple 0.07, preparing for 0.08
      adds  51dca66   added todo to manifest.
      adds  e37ad81   Released Static::Simple 0.08 - Added tests for everything 
except Apache support
      adds  2de1407   added support for squishing logs.
      adds  fa43d6b   Static::Simple, pre-0.09
      adds  a28d35e   Static::Simple, few tweaks to the no_logs support
      adds  8223995   Static::Simple, added failing test for subrequest NEXT 
problem
      adds  8cc672a   Static::Simple 0.09, ignore common template file 
extensions, ignore_extensions/ignore_dirs config options
      adds  1aef0bc   Static::Simple, released 0.09
      adds  df70161   Static::Simple, add date to Changes
      adds  2cb3d58   Static::Simple 0.10, replaced slurp for 5.5+, removed 
Apache feature, added tt2 ignored extension
      adds  d62f3c9   Static::Simple, better detection of SubRequest version
      adds  b06be08   Static::Simple, fixed warning in test, perlcritic tweaks
      adds  be32792   Released Static::Simple 0.10
      adds  5224ce1   Changed Static::Simple to pass an IO::File object to 
res->body
      adds  12f0bab   Set binmode on static files for win32 support
      adds  033a758   Static::Simple, documented internal methods for coverage, 
fixed binmode call
      adds  766f4ce   Removed the 304 Not Modified code from Static::Simple, it 
breaks under IE+Apache
      adds  e358be8   Released Static::Simple 0.11
      adds  d38d0ed   Static::Simple 0.12, play nice with other plugins
      adds  e822b96   Static::Simple, added path security fix
      adds  48791b6   Static::Simple 0.13, fixed win32 bug in ignore_dirs
      adds  bc5b128   Doc rewriting for Static::Simple
      adds  792411e   Static::Simple 0.14, fix for files with spaces
      adds  bdf5afa   clean up Static::Simple, remove classdata
      adds  9d55752   Static::Simple 0.15, fixed issue where dirs config option 
did not quote metachars
      adds  c8ee8fd   Static::Simple 0.16 - fix 204/304 bug under mod_perl.   
Allow files in static dirs defined by 'dirs' to be served even if they match 
ignore_dirs or ignore_extensions
      adds  99ce134   switch to Module::Install
      adds  c9dea36   Static::Simple 0.16
      adds  ab02ca0   Static::Simple: Added serve_static_file patch from 
groditi, plus tests
      adds  6cc495c   Static::Simple 0.17
      adds  6a009cf   Static::Simple: Support a less confusing way to enable 
logging
      adds  7368bb4   Static::Simple 0.18
      adds  755bd82   Static::Simple 0.19, fixed a test that fails on some 
systems
      adds  8df2d21   Add tab test to all my modules
      adds  b648683   Doc patch from initself, clarify static files dir
      adds  0495a29   Static::Simple 0.20, fixed static dirs regex and added 
content-type text/html to 404 responses (Will Hawes)
      adds  6e89d83   Added details of Aliasing filesystem paths to Using with 
Apache docs section
      adds  071c004   tweaked doc to cover deploying to root location in VH
      adds  70e7680   Change from NEXT to MRO::Compat - RT#40628
      adds  b1fde22   May be the last setup method
      adds  f889151   Switching to MRO::Compat also fixes RT#44553.
      adds  ca9ed28   Bump prereq to MIME::Types to 1.25.
      adds  0ec2e32   Changelog jester's doc changes.
      adds  bac5abc   Exclude git files from MANIFEST.
      adds  660ba42   Version 0.21.
      adds  40938a7   fix config key
      adds  b6fdf01   Fix docs in Static::Simple.
      adds  3c4c781   Bump required Module::Install version in everything. 
janus++
      adds  200e206   * make it clear your application must generate a 404 or a 
file if static::simple can't find the file requested
      adds  ce4027b   Add repository resource to all the MI Makefile.PLs
      adds  ee4b9f1   Back out accidental commit
      adds  86880b0   Revert config key change which broke all the tests and 
provided no back compat. svn diff -r9644:9643 . | patch -p0
      adds  3f3bb09   Ignore props
      adds  4e8215c   Add test for delivering empty files.
      adds  b108737   Require the soon-to-be-release version 5.80008 of 
-Runtime.
      adds  626f8f7   Changelogging.
      adds  5970a25   Add .gitignore.
      adds  f525238   Remove autogenerated README from version control.
      adds  d1904f4   Version 0.22.
      adds  919acae   Fix warnings in new Catalyst
      adds  f60b44d   Bump versions
      adds  ac7cf95   I don't need .gitignore in my dist, ta
      adds  1cc75f9   fixup copyright for Static::Simple
      adds  a15abf7   Moving code around so $@ is only checked if eval is 
called, since it currently can get values from lingering old $@s.
      adds  fb25065   Ugly test script to verify $@ out-of-scope issue is fixed.
      adds  30af2ec   changelog entry
      adds  9936ddf   Version 0.25
      adds  09a62aa   Test actually dies hard due to that division, fix to just 
die and so get  filled
      adds  9d5f063   Bump dep for tests
      adds  7e7cdb8   Bump versions
      adds  c04b96f   Ignore built dists
      adds  a5d909f   Be less fugly
      adds  60c13c3   I clearly failed to actually ship that fix to the 
failure, do so now
      adds  d925e93   Switch to being a Moose role
      adds  aa5935f   Don't override setup, rather hook setup_finalize 
otherwise as a role we won't play nicely with other plugins
      adds  bcba5d8   Cleanup author tests
      adds  df92d92   Bump versions
      adds  151b8e0   Bug fix for debug mode from RT#53338
      adds  8898e2b   Bump version
      adds  7c97dd2   from override to around, because that actually works
      adds  afd629d   bump version and add release line to Changes
      adds  41cac5e   Add Cache-Control:public header Optionally provide 
Expires header
      adds  ee1e7fa   Change configuration key to 'Plugin::Static::Simple' by 
default.
      adds  59b3144   fixed Changes
      adds  beda3b7   Version 0.30
      adds  fa25e42   Updated docs to reflect config key change from 'static' 
to 'Plugin::Static::Simple'
      adds  bfbfe88   mention RT#77709 in Changes
      adds  63b360d   update repo metadata
      adds  af7168a   added information to Changes that the repository has been 
migrated from svn to git
      adds  c338a21   fix MIME::Types 2.xx compatibility be removing call to an 
undocumented method
      adds  ff1c0d1   bump the MIME::Types requirement to 2.03
      adds  9e2ff94   version 0.31
      adds  659bc60   Turns off logger 'autoflush' - required by new Catalyst 
API
      adds  b6f6ec3   version 0.32
      adds  94538c9   Added Travis config (based on cfg from Catalyst)
      adds  5ce67b0   Fix and test failure to merge include paths
      adds  0725753   ch-ch-ch-changes
      adds  1e2e8a3   Release date in changes
      adds  85d1a5f   Merge branch 'master' into travis
      adds  0dfe2c7   Forgot to add the TestLog class I created
      adds  ede41de   tidy up cargo-culted stuff
      adds  d0e9821   Blitz CRLF line endings
      adds  19eeb23   Functionally void: Replace CRLF with LF
      adds  798ec96   Merge branch 'master' of 
git.shadowcat.co.uk:Catalyst-Plugin-Static-Simple
      adds  338b7e9   updated changes
      adds  56f463b   Imported Upstream version 0.33
       new  feb1813   Merge tag 'upstream/0.33'
       new  d46321e   Update debian/changelog
       new  a9bb2ef   Update changelog info generated by dpt
       new  c54fa13   Set debhelper >= 9
       new  08048b7   Declare compliance with Debian policy 3.9.6
       new  90f2db7   Add autopkgtest-pkg-perl
       new  680761b   Release libcatalyst-plugin-static-simple-perl 0.33-1 to 
unstable

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 33 ++++++++++++++++
 Changes                                            |  5 +++
 MANIFEST                                           |  8 ++++
 META.yml                                           |  8 ++--
 MYMETA.json                                        | 15 +++++--
 MYMETA.yml                                         |  7 +++-
 debian/changelog                                   | 14 ++++++-
 debian/compat                                      |  2 +-
 debian/control                                     |  5 ++-
 debian/upstream/metadata                           |  5 +++
 inc/Module/AutoInstall.pm                          | 42 +++++++++++---------
 inc/Module/Install.pm                              | 18 ++++-----
 inc/Module/Install/AutoInstall.pm                  |  2 +-
 inc/Module/Install/Base.pm                         |  2 +-
 inc/Module/Install/Can.pm                          |  2 +-
 inc/Module/Install/Fetch.pm                        |  2 +-
 inc/Module/Install/Include.pm                      |  2 +-
 inc/Module/Install/Makefile.pm                     |  4 +-
 inc/Module/Install/Metadata.pm                     |  6 +--
 inc/Module/Install/Win32.pm                        |  2 +-
 inc/Module/Install/WriteAll.pm                     |  2 +-
 lib/Catalyst/Plugin/Static/Simple.pm               | 22 ++++++++++-
 t/13no_include_path.t                              | 17 ++++++++
 t/14deprecated.t                                   | 22 +++++++++++
 t/lib/IncTestApp.pm                                | 46 ++++++++++++++++++++++
 t/lib/IncTestApp/Controller/Root.pm                | 11 ++++++
 .../root/files => IncTestApp/root/images}/bad.gif  |  0
 .../root/overlay/overlay.jpg                       |  0
 t/lib/TestLog.pm                                   | 12 ++++++
 29 files changed, 261 insertions(+), 55 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/13no_include_path.t
 create mode 100644 t/14deprecated.t
 create mode 100644 t/lib/IncTestApp.pm
 create mode 100644 t/lib/IncTestApp/Controller/Root.pm
 copy t/lib/{TestApp/root/files => IncTestApp/root/images}/bad.gif (100%)
 copy t/lib/{TestApp => IncTestApp}/root/overlay/overlay.jpg (100%)
 create mode 100644 t/lib/TestLog.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-static-simple-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to