Changeset 13933 for lang/perl/Sledge-Authorizer-BasicAuth
- Timestamp:
- 06/14/08 17:28:06 (5 years ago)
- Location:
- lang/perl/Sledge-Authorizer-BasicAuth/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
lib/Sledge/Authorizer/BasicAuth.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Sledge-Authorizer-BasicAuth/trunk/Changes
r13928 r13933 1 1 Revision history for Perl extension Sledge::Authorizer::BasicAuth 2 3 0.04 4 5 - use Module::Install 6 - depend to Class::Component 2 7 3 8 0.03 Thu Jun 22 20:46:27 JST 2006 -
lang/perl/Sledge-Authorizer-BasicAuth/trunk/MANIFEST
r13928 r13933 1 1 Changes 2 inc/Module/Install.pm 3 inc/Module/Install/AuthorTests.pm 4 inc/Module/Install/Base.pm 5 inc/Module/Install/Can.pm 6 inc/Module/Install/Fetch.pm 7 inc/Module/Install/Include.pm 8 inc/Module/Install/Makefile.pm 9 inc/Module/Install/Metadata.pm 10 inc/Module/Install/TestBase.pm 11 inc/Module/Install/Win32.pm 12 inc/Module/Install/WriteAll.pm 13 inc/Spiffy.pm 14 inc/Test/Base.pm 15 inc/Test/Base/Filter.pm 16 inc/Test/Builder.pm 17 inc/Test/Builder/Module.pm 18 inc/Test/Exception.pm 19 inc/Test/More.pm 2 20 lib/Sledge/Authorizer/BasicAuth.pm 3 21 Makefile.PL 4 22 MANIFEST This list of files 5 META.yml Module meta-data (added by MakeMaker)23 META.yml 6 24 t/00_compile.t 7 25 t/03_methods.t -
lang/perl/Sledge-Authorizer-BasicAuth/trunk/MANIFEST.SKIP
r13928 r13933 4 4 ^Makefile$ 5 5 ~$ 6 ^# 6 7 \.old$ 7 8 ^blib/ … … 10 11 \.gz$ 11 12 \.cvsignore 12 \.swp 13 ^t/9\d[_-].*\.t 14 ^t/perlcritic 15 ^tools/ 16 \.svn/ 17 \.sw[po]$ 18 ^[^/]+\.yaml$ 19 ^[^/]+\.pl$ 20 ^\.shipit$ 21 ^t/Plugins/GPS/ -
lang/perl/Sledge-Authorizer-BasicAuth/trunk/lib/Sledge/Authorizer/BasicAuth.pm
r13928 r13933 4 4 use base qw(Sledge::Authorizer Class::Data::Inheritable); 5 5 6 our $VERSION = '0.0 3';6 our $VERSION = '0.04'; 7 7 8 8 use MIME::Base64 qw//;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)