Update CPANPLUS to 0.85_06
[p5sagit/p5-mst-13.2.git] / lib / CPANPLUS / Shell / Default / Plugins / HOWTO.pod
index c537c4e..ca765f9 100644 (file)
@@ -47,7 +47,7 @@ For example, a simple 'Hello, World!' plugin:
     sub hw { print "Hello, world!\n" }
     
 When the user in the default shell now issues the C</helloworld> command,
-this command will be dispatched to the plugin, and it's C<hw> method will
+this command will be dispatched to the plugin, and its C<hw> method will
 be called
 
 =head2 Registering Plugin Help