Author: coke
Date: Thu Mar 29 11:08:34 2007
New Revision: 17841

Modified:
   trunk/   (props changed)
   trunk/META.yml
   trunk/TODO
   trunk/docs/dev/pmc_object_design_meeting_notes.pod
   trunk/docs/project/metacommitter_guide.pod
   trunk/docs/submissions.pod
   trunk/languages/tcl/TODO
   trunk/languages/tcl/runtime/tcllib.pir
   trunk/t/examples/shootout.t
   trunk/t/op/literal.t
   trunk/tools/util/release.json

Log:
use more qw(SSL);


Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml      (original)
+++ trunk/META.yml      Thu Mar 29 11:08:34 2007
@@ -33,5 +33,5 @@
         - Parrot::Configure
 resources:
     homepage: http://parrotcode.org/
-    bugtracker: http://rt.perl.org/rt3/
+    bugtracker: https://rt.perl.org/rt3/
 generated_by: Humans

Modified: trunk/TODO
==============================================================================
--- trunk/TODO  (original)
+++ trunk/TODO  Thu Mar 29 11:08:34 2007
@@ -1,6 +1,6 @@
 # $Id$
 
-All TODO items should be documented in RT. (http://rt.perl.org/)
+All TODO items should be documented in RT. (https://rt.perl.org/)
 
 A listing of all TODO items is available at:
 

Modified: trunk/docs/dev/pmc_object_design_meeting_notes.pod
==============================================================================
--- trunk/docs/dev/pmc_object_design_meeting_notes.pod  (original)
+++ trunk/docs/dev/pmc_object_design_meeting_notes.pod  Thu Mar 29 11:08:34 2007
@@ -134,7 +134,7 @@
 it appears that calls to vtable entries in default.pmc take place before
 delegation to a superclass. Patrick proposes that this be switched somehow;
 e.g, inheritance should be preferred over default vtable entries.
-See L<http://rt.perl.org/rt3//Ticket/Display.html?id=39329>.
+See L<https://rt.perl.org/rt3//Ticket/Display.html?id=39329>.
 
 B<Recommendation>: Inherit from default.pmc unless you have a parent. Always
 check inheritance when dispatching, if necessary. Chip will look specifically

Modified: trunk/docs/project/metacommitter_guide.pod
==============================================================================
--- trunk/docs/project/metacommitter_guide.pod  (original)
+++ trunk/docs/project/metacommitter_guide.pod  Thu Mar 29 11:08:34 2007
@@ -26,7 +26,7 @@
 
 =item 2
 
-Login to L<http://rt.perl.org/rt3/> with the id, so the user name is available
+Login to L<https://rt.perl.org/rt3/> with the id, so the user name is available
 in RT for assigning tickets, and so it is registered in the list of users
 eligible for parrot commit bit
 
@@ -47,12 +47,12 @@
 
 =item 1
 
-Login to RT at L<http://rt.perl.org/rt3/>
+Login to RT at L<https://rt.perl.org/rt3/>
 
 =item 2
 
 Navigate to the Parrot Commit group,
-L<http://rt.perl.org/rt3/Admin/Groups/Members.html?id=178234>
+L<https://rt.perl.org/rt3/Admin/Groups/Members.html?id=178234>
 
 =item 3
 
@@ -72,7 +72,7 @@
 
 =item 1
 
-navigate to L<http://rt.perl.org/rt3/Admin/Groups/Members.html?id=178219>
+navigate to L<https://rt.perl.org/rt3/Admin/Groups/Members.html?id=178219>
 and add/remove users as desired.
 
 =back

Modified: trunk/docs/submissions.pod
==============================================================================
--- trunk/docs/submissions.pod  (original)
+++ trunk/docs/submissions.pod  Thu Mar 29 11:08:34 2007
@@ -241,7 +241,7 @@
 with password C<guest>.
 
 A Parrot Bug Summary page is also generated and can be viewed here
-L<http://rt.perl.org/rt3/NoAuth/parrot/Overview.html>
+L<https://rt.perl.org/rt3/NoAuth/parrot/Overview.html>
 
 A list of all the unresolved patches is at
 L<http://www.parrotcode.org/openpatches.html>

Modified: trunk/languages/tcl/TODO
==============================================================================
--- trunk/languages/tcl/TODO    (original)
+++ trunk/languages/tcl/TODO    Thu Mar 29 11:08:34 2007
@@ -1,9 +1,9 @@
-All TODO items should be documented in RT (http://rt.perl.org/) 
+All TODO items should be documented in RT (https://rt.perl.org/) 
 or the test suite (t/*.t)
 
 A listing of all RT TODO items is available at:
 
- http://rt.perl.org/rt3/NoAuth/parrot/List.html?Field=Lang&Value=tcl
+ https://rt.perl.org/rt3/NoAuth/parrot/List.html?Field=Lang&Value=tcl
 
 To add TODOs to this list (which is powered by RT), send an email to
 

Modified: trunk/languages/tcl/runtime/tcllib.pir
==============================================================================
--- trunk/languages/tcl/runtime/tcllib.pir      (original)
+++ trunk/languages/tcl/runtime/tcllib.pir      Thu Mar 29 11:08:34 2007
@@ -37,7 +37,7 @@
 .include 'languages/tcl/src/class/tclproc.pir'
 
 # create the 'tcl' namespace -- see RT #39852
-# http://rt.perl.org/rt3/Ticket/Display.html?id=39852
+# https://rt.perl.org/rt3/Ticket/Display.html?id=39852
 .HLL 'Tcl', ''
 .namespace ['tcl']
 .sub foo

Modified: trunk/t/examples/shootout.t
==============================================================================
--- trunk/t/examples/shootout.t (original)
+++ trunk/t/examples/shootout.t Thu Mar 29 11:08:34 2007
@@ -47,7 +47,7 @@
 
 #40064: [TODO] shootout example testing in Parrot RT
 
-L<"http://rt.perl.org/rt3/Public/Bug/Display.html?id=40064";>
+L<"https://rt.perl.org/rt3/Public/Bug/Display.html?id=40064";>
 
 =cut
 

Modified: trunk/t/op/literal.t
==============================================================================
--- trunk/t/op/literal.t        (original)
+++ trunk/t/op/literal.t        Thu Mar 29 11:08:34 2007
@@ -27,7 +27,7 @@
 
 =head1 SEE ALSO
 
-L<http://rt.perl.org/rt3/Ticket/Display.html?id=31197>
+L<https://rt.perl.org/rt3/Ticket/Display.html?id=31197>
 
 =cut
 

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json       (original)
+++ trunk/tools/util/release.json       Thu Mar 29 11:08:34 2007
@@ -13,7 +13,7 @@
     "bugday.day"       : "Saturday",
     "bugday.date"      : "17 March 2007",
 
-    "rt.root"          : "http://rt.perl.org/rt3/";,
+    "rt.root"          : "https://rt.perl.org/rt3/";,
     "rt.tracking"      : "Ticket/Display.html?id=41581",
     "rt.saved_search"  : "http://xrl.us/u9y2";,
 

Reply via email to