[Bps-public-commit] r15237 - in Net-Trac/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Mon Aug 18 15:04:01 EDT 2008


Author: jesse
Date: Mon Aug 18 15:04:00 2008
New Revision: 15237

Added:
   Net-Trac/trunk/MANIFEST
Modified:
   Net-Trac/trunk/Makefile.PL
   Net-Trac/trunk/t/setup_trac.pl

Log:
* 0.01_01

Added: Net-Trac/trunk/MANIFEST
==============================================================================
--- (empty file)
+++ Net-Trac/trunk/MANIFEST	Mon Aug 18 15:04:00 2008
@@ -0,0 +1,28 @@
+inc/Module/AutoInstall.pm
+inc/Module/Install.pm
+inc/Module/Install/AutoInstall.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/Net/Trac.pm
+lib/Net/Trac/Connection.pm
+lib/Net/Trac/Mechanize.pm
+lib/Net/Trac/Ticket.pm
+lib/Net/Trac/TicketHistory.pm
+lib/Net/Trac/TicketHistoryEntry.pm
+lib/Net/Trac/TicketPropChange.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+t/01-dependencies.t
+t/02-create.t
+t/50-full-api.t
+t/99-pod-coverage.t
+t/99-pod.t
+t/parse_props.t
+t/setup_trac.pl

Modified: Net-Trac/trunk/Makefile.PL
==============================================================================
--- Net-Trac/trunk/Makefile.PL	(original)
+++ Net-Trac/trunk/Makefile.PL	Mon Aug 18 15:04:00 2008
@@ -4,6 +4,7 @@
 
 name        'Net-Trac';
 all_from    'lib/Net/Trac.pm';
+license 'perl';
 requires 'Moose';
 requires 'URI';
 requires 'IO::Scalar';

Modified: Net-Trac/trunk/t/setup_trac.pl
==============================================================================
--- Net-Trac/trunk/t/setup_trac.pl	(original)
+++ Net-Trac/trunk/t/setup_trac.pl	Mon Aug 18 15:04:00 2008
@@ -19,6 +19,7 @@
 
 sub start_test_server {
 my $self = shift;
+
 $self->port( int(60000 + rand(2000)));
 $self->dir(tempdir( CLEANUP => 0));
 $self->init;



More information about the Bps-public-commit mailing list