Changeset 21021 for lang/perl/Apache2-AuthzHatenaPoint
- Timestamp:
- 10/09/08 08:46:12 (3 months ago)
- Location:
- lang/perl/Apache2-AuthzHatenaPoint/trunk
- Files:
-
- 5 modified
- 2 copied
-
. (modified) (1 prop)
-
.shipit (copied) (copied from lang/perl/Net-Amazon-HadoopEC2/trunk/.shipit)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (copied) (copied from lang/perl/Net-Amazon-HadoopEC2/trunk/MANIFEST.SKIP) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
t (modified) (1 prop)
-
t/conf (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Apache2-AuthzHatenaPoint/trunk
-
Property
svn:ignore set
to
pm_to_blib
blib
Makefile
inc
META.yml
-
Property
svn:ignore set
to
-
lang/perl/Apache2-AuthzHatenaPoint/trunk/MANIFEST
r8592 r21021 1 1 Changes 2 inc/Module/Install.pm 3 inc/Module/Install/Base.pm 4 inc/Module/Install/Can.pm 5 inc/Module/Install/Fetch.pm 6 inc/Module/Install/Makefile.pm 7 inc/Module/Install/Metadata.pm 8 inc/Module/Install/Win32.pm 9 inc/Module/Install/WriteAll.pm 2 10 lib/Apache2/AuthzHatenaPoint.pm 3 11 Makefile.PL 4 12 MANIFEST This list of files 5 META.yml Module meta-data (added by MakeMaker)13 META.yml 6 14 README 7 15 t/00_compile.t 8 16 t/conf/extra.last.conf.in 9 t/TEST.PL -
lang/perl/Apache2-AuthzHatenaPoint/trunk/MANIFEST.SKIP
r20994 r21021 13 13 ^t/9\d_.*\.t 14 14 ^t/perlcritic 15 ^t/TEST 16 ^t/logs/ 17 ^t/conf/*.conf$ 18 ^t/conf/*.p[lm]$ 19 ^t/htdocs/ 15 20 ^tools/ 16 21 \.svn/ -
lang/perl/Apache2-AuthzHatenaPoint/trunk/Makefile.PL
r8592 r21021 1 use strict; 2 use warnings; 3 use ExtUtils::MakeMaker; 4 use Apache::TestMM qw(test clean); 1 use inc::Module::Install; 2 3 BEGIN { 4 eval { 5 require ModPerl::MM; 6 require Apache::TestMM; 7 }; 8 if ($@) { 9 exit 0; 10 } 11 Apache::TestMM->import( qw(test clean) ); 12 } 13 14 name 'Apache2-AuthzHatenaPoint'; 15 all_from 'lib/Apache2/AuthzHatenaPoint.pm'; 16 requires 'mod_perl2' => 2.000001; 17 requires 'Apache::Test' => 0; 18 requires 'Apache2::AuthenOpenID' => 0; 19 requires 'Web::Scraper' => 0; 20 requires 'WWW::HatenaLogin' => 0; 21 requires 'Time::Piece' => 0; 22 build_requires 'Test::More' => 0.32; 5 23 6 24 Apache::TestMM::filter_args(); 7 25 Apache::TestMM::generate_script('t/TEST'); 8 26 9 WriteMakefile( 10 'NAME' => 'Apache2::AuthzHatenaPoint', 11 'VERSION_FROM' => 'lib/Apache2/AuthzHatenaPoint.pm', # finds $VERSION 12 'PREREQ_PM' => { 13 'Test::More' => 0.32, 14 'mod_perl2' => 2.000001, 15 'Apache::Test' => 0, 16 'Apache2::AuthenOpenID' => 0, 17 'Web::Scraper' => 0, 18 'WWW::HatenaLogin' => 0, 19 'Time::Piece' => 0, 20 }, 21 ); 27 WriteAll; -
lang/perl/Apache2-AuthzHatenaPoint/trunk/t
-
Property
svn:ignore set
to
TEST
logs
htdocs
-
Property
svn:ignore set
to
-
lang/perl/Apache2-AuthzHatenaPoint/trunk/t/conf
-
Property
svn:ignore set
to
apache_test_config.pm
modperl_inc.pl
httpd.conf
extra.last.conf
modperl_startup.pl
-
Property
svn:ignore set
to
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)